Html Css Color HEX #9C4CBF Deep Lilac

📋 copy color: '#9C4CBF'

red 156 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #9C4CBF

Tints of Deep Lilac #9C4CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

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

R = 36.88%
G = 17.97%
B = 45.15%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C4CBF (or 0x9C4CBF) is known color: Deep Lilac. HEX triplet: 9C, 4C and BF. RGB value is (156,76,191). Sum of RGB (Red+Green+Blue) = 156+76+191=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CBF is #63B340. Grayscale: #707070. Windows color (decimal): -6533953 or 12536988. OLE color: 12536988.

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

Color convert

RGB 156 76 191 -
CMYK 0.18 0.60 0 0.25
HSL 281.74º 0.47% 0.52% -
HSV(B) 281.74º 0.6% 0.75% -
XYZ 25.7 16 51.02 -
YUV 113.03 172 158.65 -
System Red Green Blue C M Y K H S L
Decimal 156 76 191 0.18 0.60 0 0.25 281.74 0.47 0.52
Hex 9C 4C BF 12 3C 0 19 11A 2F 34
Octal 234 114 277 22 74 0 31 432 57 64
Binary 10011100 1001100 10111111 10010 111100 0 11001 100011010 101111 110100

Color Harmonies of #9C4CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4CBF

Black with #9C4CBF

Text Example


Text Example

White with #9C4CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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