Html Css Color HEX #9B4BCE Deep Lilac

📋 copy color: '#9B4BCE'

red 155 ◦ green 75 ◦ blue 206

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

Shades of Deep Lilac #9B4BCE

Tints of Deep Lilac #9B4BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

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

R = 35.55%
G = 17.2%
B = 47.25%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B4BCE (or 0x9B4BCE) is known color: Deep Lilac. HEX triplet: 9B, 4B and CE. RGB value is (155,75,206). Sum of RGB (Red+Green+Blue) = 155+75+206=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B4BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BCE is #64B431. Grayscale: #717171. Windows color (decimal): -6599730 or 13519771. OLE color: 13519771.

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

Color convert

RGB 155 75 206 -
CMYK 0.25 0.64 0 0.19
HSL 276.64º 0.57% 0.55% -
HSV(B) 276.64º 0.64% 0.81% -
XYZ 27.17 16.46 60.14 -
YUV 113.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 155 75 206 0.25 0.64 0 0.19 276.64 0.57 0.55
Hex 9B 4B CE 19 40 0 13 115 39 37
Octal 233 113 316 31 100 0 23 425 71 67
Binary 10011011 1001011 11001110 11001 1000000 0 10011 100010101 111001 110111

Color Harmonies of #9B4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BCE

Black with #9B4BCE

Text Example


Text Example

White with #9B4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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