Html Css Color HEX #9150CB Deep Lilac

📋 copy color: '#9150CB'

red 145 ◦ green 80 ◦ blue 203

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

Shades of Deep Lilac #9150CB

Tints of Deep Lilac #9150CB

RGB

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

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

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

R = 33.88%
G = 18.69%
B = 47.43%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9150CB (or 0x9150CB) is known color: Deep Lilac. HEX triplet: 91, 50 and CB. RGB value is (145,80,203). Sum of RGB (Red+Green+Blue) = 145+80+203=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #9150CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9150CB is #6EAF34. Grayscale: #717171. Windows color (decimal): -7253813 or 13324433. OLE color: 13324433.

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

Color convert

RGB 145 80 203 -
CMYK 0.29 0.61 0 0.20
HSL 271.71º 0.54% 0.55% -
HSV(B) 271.71º 0.61% 0.8% -
XYZ 25.33 16.07 58.27 -
YUV 113.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 145 80 203 0.29 0.61 0 0.20 271.71 0.54 0.55
Hex 91 50 CB 1D 3D 0 14 110 36 37
Octal 221 120 313 35 75 0 24 420 66 67
Binary 10010001 1010000 11001011 11101 111101 0 10100 100010000 110110 110111

Color Harmonies of #9150CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150CB

Black with #9150CB

Text Example


Text Example

White with #9150CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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