Html Css Color HEX #9C65BE Deep Lilac

📋 copy color: '#9C65BE'

red 156 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #9C65BE

Tints of Deep Lilac #9C65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.6%

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 34.9%
G = 22.6%
B = 42.51%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C65BE (or 0x9C65BE) is known color: Deep Lilac. HEX triplet: 9C, 65 and BE. RGB value is (156,101,190). Sum of RGB (Red+Green+Blue) = 156+101+190=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65BE is #639A41. Grayscale: #7F7F7F. Windows color (decimal): -6527554 or 12477852. OLE color: 12477852.

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

Color convert

RGB 156 101 190 -
CMYK 0.18 0.47 0 0.25
HSL 277.08º 0.41% 0.57% -
HSV(B) 277.08º 0.47% 0.75% -
XYZ 27.66 20.09 51.14 -
YUV 127.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 156 101 190 0.18 0.47 0 0.25 277.08 0.41 0.57
Hex 9C 65 BE 12 2F 0 19 115 29 39
Octal 234 145 276 22 57 0 31 425 51 71
Binary 10011100 1100101 10111110 10010 101111 0 11001 100010101 101001 111001

Color Harmonies of #9C65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C65BE

Black with #9C65BE

Text Example


Text Example

White with #9C65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,101,190); }

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

background-color css

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

 a { background-color: rgb(156,101,190); }

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

border-color css

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

 span { border-color: rgb(156,101,190); }

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