Html Css Color HEX #9653CB Deep Lilac

📋 copy color: '#9653CB'

red 150 ◦ green 83 ◦ blue 203

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

Shades of Deep Lilac #9653CB

Tints of Deep Lilac #9653CB

RGB

 RED value IS 150 (58.98% from 255) = 34.4%

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 34.4%
G = 19.04%
B = 46.56%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9653CB (or 0x9653CB) is known color: Deep Lilac. HEX triplet: 96, 53 and CB. RGB value is (150,83,203). Sum of RGB (Red+Green+Blue) = 150+83+203=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9653CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653CB is #69AC34. Grayscale: #747474. Windows color (decimal): -6925365 or 13325206. OLE color: 13325206.

HSL color Cylindrical-coordinate representation of color #9653CB: hue angle of 273.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9653CB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 83 203 -
CMYK 0.26 0.59 0 0.20
HSL 273.5º 0.54% 0.56% -
HSV(B) 273.5º 0.59% 0.8% -
XYZ 26.45 16.98 58.38 -
YUV 116.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 150 83 203 0.26 0.59 0 0.20 273.5 0.54 0.56
Hex 96 53 CB 1A 3B 0 14 112 36 38
Octal 226 123 313 32 73 0 24 422 66 70
Binary 10010110 1010011 11001011 11010 111011 0 10100 100010010 110110 111000

Color Harmonies of #9653CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9653CB

Black with #9653CB

Text Example


Text Example

White with #9653CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9653CB; }

 p { color: rgb(150,83,203); }

 H1.HeaderClassName
 {
   color: #9653CB;
 }
 .AnyTagClassName
 {
   color: #9653CB;
 }
</style>

background-color css

<style>
 a { background-color: #9653CB; }

 a { background-color: rgb(150,83,203); }

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

border-color css

<style>
 span { border-color: #9653CB; }

 span { border-color: rgb(150,83,203); }

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