Html Css Color HEX #9F74CB Lilac Bush

📋 copy color: '#9F74CB'

red 159 ◦ green 116 ◦ blue 203

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

Shades of Lilac Bush #9F74CB

Tints of Lilac Bush #9F74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.27%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 33.26%
G = 24.27%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F74CB (or 0x9F74CB) is known color: Lilac Bush. HEX triplet: 9F, 74 and CB. RGB value is (159,116,203). Sum of RGB (Red+Green+Blue) = 159+116+203=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74CB is #608B34. Grayscale: #8A8A8A. Windows color (decimal): -6327093 or 13333663. OLE color: 13333663.

HSL color Cylindrical-coordinate representation of color #9F74CB: hue angle of 269.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F74CB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 116 203 -
CMYK 0.22 0.43 0 0.20
HSL 269.66º 0.46% 0.63% -
HSV(B) 269.66º 0.43% 0.8% -
XYZ 31.32 24.17 59.51 -
YUV 138.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 159 116 203 0.22 0.43 0 0.20 269.66 0.46 0.63
Hex 9F 74 CB 16 2B 0 14 10E 2E 3F
Octal 237 164 313 26 53 0 24 416 56 77
Binary 10011111 1110100 11001011 10110 101011 0 10100 100001110 101110 111111

Color Harmonies of #9F74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74CB

Black with #9F74CB

Text Example


Text Example

White with #9F74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,116,203); }

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

background-color css

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

 a { background-color: rgb(159,116,203); }

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

border-color css

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

 span { border-color: rgb(159,116,203); }

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