Html Css Color HEX #9C5FAF Deep Lilac

📋 copy color: '#9C5FAF'

red 156 ◦ green 95 ◦ blue 175

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

Shades of Deep Lilac #9C5FAF

Tints of Deep Lilac #9C5FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.3%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 36.62%
G = 22.3%
B = 41.08%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9C5FAF (or 0x9C5FAF) is known color: Deep Lilac. HEX triplet: 9C, 5F and AF. RGB value is (156,95,175). Sum of RGB (Red+Green+Blue) = 156+95+175=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C5FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5FAF is #63A050. Grayscale: #7A7A7A. Windows color (decimal): -6529105 or 11493276. OLE color: 11493276.

HSL color Cylindrical-coordinate representation of color #9C5FAF: hue angle of 285.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5FAF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 95 175 -
CMYK 0.11 0.46 0 0.31
HSL 285.75º 0.33% 0.53% -
HSV(B) 285.75º 0.46% 0.69% -
XYZ 25.54 18.35 42.75 -
YUV 122.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 156 95 175 0.11 0.46 0 0.31 285.75 0.33 0.53
Hex 9C 5F AF B 2E 0 1F 11E 21 35
Octal 234 137 257 13 56 0 37 436 41 65
Binary 10011100 1011111 10101111 1011 101110 0 11111 100011110 100001 110101

Color Harmonies of #9C5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FAF

Black with #9C5FAF

Text Example


Text Example

White with #9C5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,95,175); }

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

background-color css

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

 a { background-color: rgb(156,95,175); }

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

border-color css

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

 span { border-color: rgb(156,95,175); }

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