Html Css Color HEX #9450CB Deep Lilac

📋 copy color: '#9450CB'

red 148 ◦ green 80 ◦ blue 203

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

Shades of Deep Lilac #9450CB

Tints of Deep Lilac #9450CB

RGB

 RED value IS 148 (58.2% from 255) = 34.34%

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

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

R = 34.34%
G = 18.56%
B = 47.1%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9450CB (or 0x9450CB) is known color: Deep Lilac. HEX triplet: 94, 50 and CB. RGB value is (148,80,203). Sum of RGB (Red+Green+Blue) = 148+80+203=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #9450CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450CB is #6BAF34. Grayscale: #717171. Windows color (decimal): -7057205 or 13324436. OLE color: 13324436.

HSL color Cylindrical-coordinate representation of color #9450CB: hue angle of 273.17º 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 #9450CB is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 80 203 -
CMYK 0.27 0.61 0 0.20
HSL 273.17º 0.54% 0.55% -
HSV(B) 273.17º 0.61% 0.8% -
XYZ 25.86 16.35 58.29 -
YUV 114.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 148 80 203 0.27 0.61 0 0.20 273.17 0.54 0.55
Hex 94 50 CB 1B 3D 0 14 111 36 37
Octal 224 120 313 33 75 0 24 421 66 67
Binary 10010100 1010000 11001011 11011 111101 0 10100 100010001 110110 110111

Color Harmonies of #9450CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450CB

Black with #9450CB

Text Example


Text Example

White with #9450CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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