Html Css Color HEX #9B51CF Deep Lilac

📋 copy color: '#9B51CF'

red 155 ◦ green 81 ◦ blue 207

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

Shades of Deep Lilac #9B51CF

Tints of Deep Lilac #9B51CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 34.99%
G = 18.28%
B = 46.73%

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

#9B51CF (or 0x9B51CF) is known color: Deep Lilac. HEX triplet: 9B, 51 and CF. RGB value is (155,81,207). Sum of RGB (Red+Green+Blue) = 155+81+207=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51CF is #64AE30. Grayscale: #757575. Windows color (decimal): -6598193 or 13586843. OLE color: 13586843.

HSL color Cylindrical-coordinate representation of color #9B51CF: hue angle of 275.24º degrees, saturation: 0.57, 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 #9B51CF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 81 207 -
CMYK 0.25 0.61 0 0.19
HSL 275.24º 0.57% 0.56% -
HSV(B) 275.24º 0.61% 0.81% -
XYZ 27.72 17.36 60.92 -
YUV 117.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 155 81 207 0.25 0.61 0 0.19 275.24 0.57 0.56
Hex 9B 51 CF 19 3D 0 13 113 39 38
Octal 233 121 317 31 75 0 23 423 71 70
Binary 10011011 1010001 11001111 11001 111101 0 10011 100010011 111001 111000

Color Harmonies of #9B51CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51CF

Black with #9B51CF

Text Example


Text Example

White with #9B51CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,207); }

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

background-color css

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

 a { background-color: rgb(155,81,207); }

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

border-color css

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

 span { border-color: rgb(155,81,207); }

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