Html Css Color HEX #954E8E Violet Blue

📋 copy color: '#954E8E'

red 149 ◦ green 78 ◦ blue 142

#954E8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #954E8E

Tints of Violet Blue #954E8E

RGB

 RED value IS 149 (58.59% from 255) = 40.38%

 GREEN value IS 78 (30.86% from 255) = 21.14%

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 40.38%
G = 21.14%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#954E8E (or 0x954E8E) is known color: Violet Blue. HEX triplet: 95, 4E and 8E. RGB value is (149,78,142). Sum of RGB (Red+Green+Blue) = 149+78+142=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #954E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E8E is #6AB171. Grayscale: #6A6A6A. Windows color (decimal): -6992242 or 9326229. OLE color: 9326229.

HSL color Cylindrical-coordinate representation of color #954E8E: hue angle of 305.92º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E8E is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 142 -
CMYK 0 0.48 0.05 0.42
HSL 305.92º 0.31% 0.45% -
HSV(B) 305.92º 0.48% 0.58% -
XYZ 20 13.79 27.2 -
YUV 106.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 149 78 142 0 0.48 0.05 0.42 305.92 0.31 0.45
Hex 95 4E 8E 0 30 5 2A 132 1F 2D
Octal 225 116 216 0 60 5 52 462 37 55
Binary 10010101 1001110 10001110 0 110000 101 101010 100110010 11111 101101

Color Harmonies of #954E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E8E

Black with #954E8E

Text Example


Text Example

White with #954E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E8E; }

 p { color: rgb(149,78,142); }

 H1.HeaderClassName
 {
   color: #954E8E;
 }
 .AnyTagClassName
 {
   color: #954E8E;
 }
</style>

background-color css

<style>
 a { background-color: #954E8E; }

 a { background-color: rgb(149,78,142); }

 div.DivClassName
 {
   background-color: #954E8E;
 }
 .BgClassName
 {
   background-color: #954E8E;
 }
</style>

border-color css

<style>
 span { border-color: #954E8E; }

 span { border-color: rgb(149,78,142); }

 td.TdClassName
 {
   border-color: #954E8E;
 }
 .TagClassName
 {
   border-color: #954E8E;
 }
</style>