Html Css Color HEX #9B50CB Deep Lilac

📋 copy color: '#9B50CB'

red 155 ◦ green 80 ◦ blue 203

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

Shades of Deep Lilac #9B50CB

Tints of Deep Lilac #9B50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

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

R = 35.39%
G = 18.26%
B = 46.35%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B50CB (or 0x9B50CB) is known color: Deep Lilac. HEX triplet: 9B, 50 and CB. RGB value is (155,80,203). Sum of RGB (Red+Green+Blue) = 155+80+203=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50CB is #64AF34. Grayscale: #747474. Windows color (decimal): -6598453 or 13324443. OLE color: 13324443.

HSL color Cylindrical-coordinate representation of color #9B50CB: hue angle of 276.59º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B50CB is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 80 203 -
CMYK 0.24 0.61 0 0.20
HSL 276.59º 0.54% 0.55% -
HSV(B) 276.59º 0.61% 0.8% -
XYZ 27.17 17.02 58.35 -
YUV 116.45 176.85 155.5 -
System Red Green Blue C M Y K H S L
Decimal 155 80 203 0.24 0.61 0 0.20 276.59 0.54 0.55
Hex 9B 50 CB 18 3D 0 14 115 36 37
Octal 233 120 313 30 75 0 24 425 66 67
Binary 10011011 1010000 11001011 11000 111101 0 10100 100010101 110110 110111

Color Harmonies of #9B50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50CB

Black with #9B50CB

Text Example


Text Example

White with #9B50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,203); }

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

background-color css

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

 a { background-color: rgb(155,80,203); }

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

border-color css

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

 span { border-color: rgb(155,80,203); }

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