Html Css Color HEX #9C4BBF Deep Lilac

📋 copy color: '#9C4BBF'

red 156 ◦ green 75 ◦ blue 191

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

Shades of Deep Lilac #9C4BBF

Tints of Deep Lilac #9C4BBF

RGB

 RED value IS 156 (61.33% from 255) = 36.97%

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 36.97%
G = 17.77%
B = 45.26%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C4BBF (or 0x9C4BBF) is known color: Deep Lilac. HEX triplet: 9C, 4B and BF. RGB value is (156,75,191). Sum of RGB (Red+Green+Blue) = 156+75+191=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C4BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4BBF is #63B440. Grayscale: #707070. Windows color (decimal): -6534209 or 12536732. OLE color: 12536732.

HSL color Cylindrical-coordinate representation of color #9C4BBF: hue angle of 281.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C4BBF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 75 191 -
CMYK 0.18 0.61 0 0.25
HSL 281.9º 0.48% 0.52% -
HSV(B) 281.9º 0.61% 0.75% -
XYZ 25.63 15.86 51 -
YUV 112.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 156 75 191 0.18 0.61 0 0.25 281.9 0.48 0.52
Hex 9C 4B BF 12 3D 0 19 11A 30 34
Octal 234 113 277 22 75 0 31 432 60 64
Binary 10011100 1001011 10111111 10010 111101 0 11001 100011010 110000 110100

Color Harmonies of #9C4BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4BBF

Black with #9C4BBF

Text Example


Text Example

White with #9C4BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,75,191); }

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

background-color css

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

 a { background-color: rgb(156,75,191); }

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

border-color css

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

 span { border-color: rgb(156,75,191); }

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