Html Css Color HEX #9B7DCE Lilac Bush

📋 copy color: '#9B7DCE'

red 155 ◦ green 125 ◦ blue 206

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

Shades of Lilac Bush #9B7DCE

Tints of Lilac Bush #9B7DCE

RGB

 RED value IS 155 (60.94% from 255) = 31.89%

 GREEN value IS 125 (49.22% from 255) = 25.72%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 31.89%
G = 25.72%
B = 42.39%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B7DCE (or 0x9B7DCE) is known color: Lilac Bush. HEX triplet: 9B, 7D and CE. RGB value is (155,125,206). Sum of RGB (Red+Green+Blue) = 155+125+206=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DCE is #648231. Grayscale: #8E8E8E. Windows color (decimal): -6586930 or 13532571. OLE color: 13532571.

HSL color Cylindrical-coordinate representation of color #9B7DCE: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B7DCE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 125 206 -
CMYK 0.25 0.39 0 0.19
HSL 262.22º 0.45% 0.65% -
HSV(B) 262.22º 0.39% 0.81% -
XYZ 31.99 26.09 61.74 -
YUV 143.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 155 125 206 0.25 0.39 0 0.19 262.22 0.45 0.65
Hex 9B 7D CE 19 27 0 13 106 2D 41
Octal 233 175 316 31 47 0 23 406 55 101
Binary 10011011 1111101 11001110 11001 100111 0 10011 100000110 101101 1000001

Color Harmonies of #9B7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7DCE

Black with #9B7DCE

Text Example


Text Example

White with #9B7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,125,206); }

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

background-color css

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

 a { background-color: rgb(155,125,206); }

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

border-color css

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

 span { border-color: rgb(155,125,206); }

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