Html Css Color HEX #9B5CBF Deep Lilac

📋 copy color: '#9B5CBF'

red 155 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #9B5CBF

Tints of Deep Lilac #9B5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21%

 BLUE value IS 191 (75% from 255) = 43.61%

R = 35.39%
G = 21%
B = 43.61%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B5CBF (or 0x9B5CBF) is known color: Deep Lilac. HEX triplet: 9B, 5C and BF. RGB value is (155,92,191). Sum of RGB (Red+Green+Blue) = 155+92+191=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CBF is #64A340. Grayscale: #797979. Windows color (decimal): -6595393 or 12541083. OLE color: 12541083.

HSL color Cylindrical-coordinate representation of color #9B5CBF: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B5CBF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 92 191 -
CMYK 0.19 0.52 0 0.25
HSL 278.18º 0.44% 0.55% -
HSV(B) 278.18º 0.52% 0.75% -
XYZ 26.75 18.38 51.43 -
YUV 122.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 155 92 191 0.19 0.52 0 0.25 278.18 0.44 0.55
Hex 9B 5C BF 13 34 0 19 116 2C 37
Octal 233 134 277 23 64 0 31 426 54 67
Binary 10011011 1011100 10111111 10011 110100 0 11001 100010110 101100 110111

Color Harmonies of #9B5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CBF

Black with #9B5CBF

Text Example


Text Example

White with #9B5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,191); }

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

background-color css

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

 a { background-color: rgb(155,92,191); }

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

border-color css

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

 span { border-color: rgb(155,92,191); }

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