Html Css Color HEX #9D62C0 Deep Lilac

📋 copy color: '#9D62C0'

red 157 ◦ green 98 ◦ blue 192

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

Shades of Deep Lilac #9D62C0

Tints of Deep Lilac #9D62C0

RGB

 RED value IS 157 (61.72% from 255) = 35.12%

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

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 35.12%
G = 21.92%
B = 42.95%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D62C0 (or 0x9D62C0) is known color: Deep Lilac. HEX triplet: 9D, 62 and C0. RGB value is (157,98,192). Sum of RGB (Red+Green+Blue) = 157+98+192=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D62C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D62C0 is #629D3F. Grayscale: #7E7E7E. Windows color (decimal): -6462784 or 12608157. OLE color: 12608157.

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

Color convert

RGB 157 98 192 -
CMYK 0.18 0.49 0 0.25
HSL 277.66º 0.43% 0.57% -
HSV(B) 277.66º 0.49% 0.75% -
XYZ 27.79 19.71 52.21 -
YUV 126.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 157 98 192 0.18 0.49 0 0.25 277.66 0.43 0.57
Hex 9D 62 C0 12 31 0 19 116 2B 39
Octal 235 142 300 22 61 0 31 426 53 71
Binary 10011101 1100010 11000000 10010 110001 0 11001 100010110 101011 111001

Color Harmonies of #9D62C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D62C0

Black with #9D62C0

Text Example


Text Example

White with #9D62C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,98,192); }

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

background-color css

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

 a { background-color: rgb(157,98,192); }

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

border-color css

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

 span { border-color: rgb(157,98,192); }

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