Html Css Color HEX #9C62BA Deep Lilac

📋 copy color: '#9C62BA'

red 156 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9C62BA

Tints of Deep Lilac #9C62BA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.27%

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 35.45%
G = 22.27%
B = 42.27%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C62BA (or 0x9C62BA) is known color: Deep Lilac. HEX triplet: 9C, 62 and BA. RGB value is (156,98,186). Sum of RGB (Red+Green+Blue) = 156+98+186=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62BA is #639D45. Grayscale: #7D7D7D. Windows color (decimal): -6528326 or 12214940. OLE color: 12214940.

HSL color Cylindrical-coordinate representation of color #9C62BA: hue angle of 279.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C62BA is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 98 186 -
CMYK 0.16 0.47 0 0.27
HSL 279.55º 0.39% 0.56% -
HSV(B) 279.55º 0.47% 0.73% -
XYZ 26.94 19.35 48.77 -
YUV 125.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 156 98 186 0.16 0.47 0 0.27 279.55 0.39 0.56
Hex 9C 62 BA 10 2F 0 1B 118 27 38
Octal 234 142 272 20 57 0 33 430 47 70
Binary 10011100 1100010 10111010 10000 101111 0 11011 100011000 100111 111000

Color Harmonies of #9C62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62BA

Black with #9C62BA

Text Example


Text Example

White with #9C62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,186); }

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

background-color css

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

 a { background-color: rgb(156,98,186); }

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

border-color css

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

 span { border-color: rgb(156,98,186); }

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