Html Css Color HEX #9B4BCF Deep Lilac

📋 copy color: '#9B4BCF'

red 155 ◦ green 75 ◦ blue 207

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

Shades of Deep Lilac #9B4BCF

Tints of Deep Lilac #9B4BCF

RGB

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

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

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

R = 35.47%
G = 17.16%
B = 47.37%

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

#9B4BCF (or 0x9B4BCF) is known color: Deep Lilac. HEX triplet: 9B, 4B and CF. RGB value is (155,75,207). Sum of RGB (Red+Green+Blue) = 155+75+207=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B4BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BCF is #64B430. Grayscale: #717171. Windows color (decimal): -6599729 or 13585307. OLE color: 13585307.

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

Color convert

RGB 155 75 207 -
CMYK 0.25 0.64 0 0.19
HSL 276.36º 0.58% 0.55% -
HSV(B) 276.36º 0.64% 0.81% -
XYZ 27.3 16.51 60.78 -
YUV 113.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 155 75 207 0.25 0.64 0 0.19 276.36 0.58 0.55
Hex 9B 4B CF 19 40 0 13 114 3A 37
Octal 233 113 317 31 100 0 23 424 72 67
Binary 10011011 1001011 11001111 11001 1000000 0 10011 100010100 111010 110111

Color Harmonies of #9B4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BCF

Black with #9B4BCF

Text Example


Text Example

White with #9B4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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