Html Css Color HEX #9F4DAB Violet Blue

📋 copy color: '#9F4DAB'

red 159 ◦ green 77 ◦ blue 171

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

Shades of Violet Blue #9F4DAB

Tints of Violet Blue #9F4DAB

RGB

 RED value IS 159 (62.5% from 255) = 39.07%

 GREEN value IS 77 (30.47% from 255) = 18.92%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 39.07%
G = 18.92%
B = 42.01%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F4DAB (or 0x9F4DAB) is known color: Violet Blue. HEX triplet: 9F, 4D and AB. RGB value is (159,77,171). Sum of RGB (Red+Green+Blue) = 159+77+171=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4DAB is #60B254. Grayscale: #6F6F6F. Windows color (decimal): -6337109 or 11226527. OLE color: 11226527.

HSL color Cylindrical-coordinate representation of color #9F4DAB: hue angle of 292.34º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4DAB is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 77 171 -
CMYK 0.07 0.55 0 0.33
HSL 292.34º 0.38% 0.49% -
HSV(B) 292.34º 0.55% 0.67% -
XYZ 24.3 15.62 40.26 -
YUV 112.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 159 77 171 0.07 0.55 0 0.33 292.34 0.38 0.49
Hex 9F 4D AB 7 37 0 21 124 26 31
Octal 237 115 253 7 67 0 41 444 46 61
Binary 10011111 1001101 10101011 111 110111 0 100001 100100100 100110 110001

Color Harmonies of #9F4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DAB

Black with #9F4DAB

Text Example


Text Example

White with #9F4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4DAB; }

 p { color: rgb(159,77,171); }

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

background-color css

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

 a { background-color: rgb(159,77,171); }

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

border-color css

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

 span { border-color: rgb(159,77,171); }

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