Html Css Color HEX #9D60B4 Deep Lilac

📋 copy color: '#9D60B4'

red 157 ◦ green 96 ◦ blue 180

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

Shades of Deep Lilac #9D60B4

Tints of Deep Lilac #9D60B4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 36.26%
G = 22.17%
B = 41.57%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D60B4 (or 0x9D60B4) is known color: Deep Lilac. HEX triplet: 9D, 60 and B4. RGB value is (157,96,180). Sum of RGB (Red+Green+Blue) = 157+96+180=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60B4 is #629F4B. Grayscale: #7B7B7B. Windows color (decimal): -6463308 or 11821213. OLE color: 11821213.

HSL color Cylindrical-coordinate representation of color #9D60B4: hue angle of 283.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D60B4 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 96 180 -
CMYK 0.13 0.47 0 0.29
HSL 283.57º 0.36% 0.54% -
HSV(B) 283.57º 0.47% 0.71% -
XYZ 26.33 18.83 45.43 -
YUV 123.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 157 96 180 0.13 0.47 0 0.29 283.57 0.36 0.54
Hex 9D 60 B4 D 2F 0 1D 11C 24 36
Octal 235 140 264 15 57 0 35 434 44 66
Binary 10011101 1100000 10110100 1101 101111 0 11101 100011100 100100 110110

Color Harmonies of #9D60B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60B4

Black with #9D60B4

Text Example


Text Example

White with #9D60B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,96,180); }

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

background-color css

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

 a { background-color: rgb(157,96,180); }

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

border-color css

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

 span { border-color: rgb(157,96,180); }

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