Html Css Color HEX #954A91 Violet Blue

📋 copy color: '#954A91'

red 149 ◦ green 74 ◦ blue 145

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

Shades of Violet Blue #954A91

Tints of Violet Blue #954A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.11%

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

R = 40.49%
G = 20.11%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#954A91 (or 0x954A91) is known color: Violet Blue. HEX triplet: 95, 4A and 91. RGB value is (149,74,145). Sum of RGB (Red+Green+Blue) = 149+74+145=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A91 is #6AB56E. Grayscale: #686868. Windows color (decimal): -6993263 or 9521813. OLE color: 9521813.

HSL color Cylindrical-coordinate representation of color #954A91: hue angle of 303.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A91 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 145 -
CMYK 0 0.50 0.03 0.42
HSL 303.2º 0.34% 0.44% -
HSV(B) 303.2º 0.5% 0.58% -
XYZ 19.95 13.33 28.31 -
YUV 104.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 149 74 145 0 0.50 0.03 0.42 303.2 0.34 0.44
Hex 95 4A 91 0 32 3 2A 12F 22 2C
Octal 225 112 221 0 62 3 52 457 42 54
Binary 10010101 1001010 10010001 0 110010 11 101010 100101111 100010 101100

Color Harmonies of #954A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A91

Black with #954A91

Text Example


Text Example

White with #954A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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