Html Css Color HEX #9F7BCA Lilac Bush

📋 copy color: '#9F7BCA'

red 159 ◦ green 123 ◦ blue 202

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

Shades of Lilac Bush #9F7BCA

Tints of Lilac Bush #9F7BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 32.85%
G = 25.41%
B = 41.74%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F7BCA (or 0x9F7BCA) is known color: Lilac Bush. HEX triplet: 9F, 7B and CA. RGB value is (159,123,202). Sum of RGB (Red+Green+Blue) = 159+123+202=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F7BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BCA is #608435. Grayscale: #8E8E8E. Windows color (decimal): -6325302 or 13269919. OLE color: 13269919.

HSL color Cylindrical-coordinate representation of color #9F7BCA: hue angle of 267.34º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F7BCA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 123 202 -
CMYK 0.21 0.39 0 0.21
HSL 267.34º 0.43% 0.64% -
HSV(B) 267.34º 0.39% 0.79% -
XYZ 32.04 25.8 59.17 -
YUV 142.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 159 123 202 0.21 0.39 0 0.21 267.34 0.43 0.64
Hex 9F 7B CA 15 27 0 15 10B 2B 40
Octal 237 173 312 25 47 0 25 413 53 100
Binary 10011111 1111011 11001010 10101 100111 0 10101 100001011 101011 1000000

Color Harmonies of #9F7BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BCA

Black with #9F7BCA

Text Example


Text Example

White with #9F7BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,123,202); }

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

background-color css

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

 a { background-color: rgb(159,123,202); }

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

border-color css

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

 span { border-color: rgb(159,123,202); }

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