Html Css Color HEX #9B50CE Deep Lilac

📋 copy color: '#9B50CE'

red 155 ◦ green 80 ◦ blue 206

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

Shades of Deep Lilac #9B50CE

Tints of Deep Lilac #9B50CE

RGB

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

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

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

R = 35.15%
G = 18.14%
B = 46.71%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B50CE (or 0x9B50CE) is known color: Deep Lilac. HEX triplet: 9B, 50 and CE. RGB value is (155,80,206). Sum of RGB (Red+Green+Blue) = 155+80+206=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50CE is #64AF31. Grayscale: #747474. Windows color (decimal): -6598450 or 13521051. OLE color: 13521051.

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

Color convert

RGB 155 80 206 -
CMYK 0.25 0.61 0 0.19
HSL 275.71º 0.56% 0.56% -
HSV(B) 275.71º 0.61% 0.81% -
XYZ 27.53 17.16 60.25 -
YUV 116.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 155 80 206 0.25 0.61 0 0.19 275.71 0.56 0.56
Hex 9B 50 CE 19 3D 0 13 114 38 38
Octal 233 120 316 31 75 0 23 424 70 70
Binary 10011011 1010000 11001110 11001 111101 0 10011 100010100 111000 111000

Color Harmonies of #9B50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50CE

Black with #9B50CE

Text Example


Text Example

White with #9B50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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