Html Css Color HEX #9150CC Deep Lilac

📋 copy color: '#9150CC'

red 145 ◦ green 80 ◦ blue 204

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

Shades of Deep Lilac #9150CC

Tints of Deep Lilac #9150CC

RGB

 RED value IS 145 (57.03% from 255) = 33.8%

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 33.8%
G = 18.65%
B = 47.55%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9150CC (or 0x9150CC) is known color: Deep Lilac. HEX triplet: 91, 50 and CC. RGB value is (145,80,204). Sum of RGB (Red+Green+Blue) = 145+80+204=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #9150CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150CC is #6EAF33. Grayscale: #717171. Windows color (decimal): -7253812 or 13389969. OLE color: 13389969.

HSL color Cylindrical-coordinate representation of color #9150CC: hue angle of 271.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9150CC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 80 204 -
CMYK 0.29 0.61 0 0.2
HSL 271.45º 0.55% 0.56% -
HSV(B) 271.45º 0.61% 0.8% -
XYZ 25.44 16.12 58.9 -
YUV 113.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 145 80 204 0.29 0.61 0 0.2 271.45 0.55 0.56
Hex 91 50 CC 1D 3D 0 14 10F 37 38
Octal 221 120 314 35 75 0 24 417 67 70
Binary 10010001 1010000 11001100 11101 111101 0 10100 100001111 110111 111000

Color Harmonies of #9150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150CC

Black with #9150CC

Text Example


Text Example

White with #9150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150CC; }

 p { color: rgb(145,80,204); }

 H1.HeaderClassName
 {
   color: #9150CC;
 }
 .AnyTagClassName
 {
   color: #9150CC;
 }
</style>

background-color css

<style>
 a { background-color: #9150CC; }

 a { background-color: rgb(145,80,204); }

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

border-color css

<style>
 span { border-color: #9150CC; }

 span { border-color: rgb(145,80,204); }

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