Html Css Color HEX #954691 Violet Blue

📋 copy color: '#954691'

red 149 ◦ green 70 ◦ blue 145

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

Shades of Violet Blue #954691

Tints of Violet Blue #954691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 40.93%
G = 19.23%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#954691 (or 0x954691) is known color: Violet Blue. HEX triplet: 95, 46 and 91. RGB value is (149,70,145). Sum of RGB (Red+Green+Blue) = 149+70+145=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954691 is #6AB96E. Grayscale: #656565. Windows color (decimal): -6994287 or 9520789. OLE color: 9520789.

HSL color Cylindrical-coordinate representation of color #954691: hue angle of 303.04º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954691 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 145 -
CMYK 0 0.53 0.03 0.42
HSL 303.04º 0.36% 0.43% -
HSV(B) 303.04º 0.53% 0.58% -
XYZ 19.7 12.81 28.22 -
YUV 102.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 149 70 145 0 0.53 0.03 0.42 303.04 0.36 0.43
Hex 95 46 91 0 35 3 2A 12F 24 2B
Octal 225 106 221 0 65 3 52 457 44 53
Binary 10010101 1000110 10010001 0 110101 11 101010 100101111 100100 101011

Color Harmonies of #954691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954691

Black with #954691

Text Example


Text Example

White with #954691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954691; }

 p { color: rgb(149,70,145); }

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

background-color css

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

 a { background-color: rgb(149,70,145); }

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

border-color css

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

 span { border-color: rgb(149,70,145); }

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