Html Css Color HEX #9350CA Deep Lilac

📋 copy color: '#9350CA'

red 147 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #9350CA

Tints of Deep Lilac #9350CA

RGB

 RED value IS 147 (57.81% from 255) = 34.27%

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 34.27%
G = 18.65%
B = 47.09%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9350CA (or 0x9350CA) is known color: Deep Lilac. HEX triplet: 93, 50 and CA. RGB value is (147,80,202). Sum of RGB (Red+Green+Blue) = 147+80+202=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #9350CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CA is #6CAF35. Grayscale: #717171. Windows color (decimal): -7122742 or 13258899. OLE color: 13258899.

HSL color Cylindrical-coordinate representation of color #9350CA: hue angle of 272.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9350CA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 80 202 -
CMYK 0.27 0.60 0 0.21
HSL 272.95º 0.54% 0.55% -
HSV(B) 272.95º 0.6% 0.79% -
XYZ 25.56 16.2 57.66 -
YUV 113.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 147 80 202 0.27 0.60 0 0.21 272.95 0.54 0.55
Hex 93 50 CA 1B 3C 0 15 111 36 37
Octal 223 120 312 33 74 0 25 421 66 67
Binary 10010011 1010000 11001010 11011 111100 0 10101 100010001 110110 110111

Color Harmonies of #9350CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350CA

Black with #9350CA

Text Example


Text Example

White with #9350CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9350CA; }

 p { color: rgb(147,80,202); }

 H1.HeaderClassName
 {
   color: #9350CA;
 }
 .AnyTagClassName
 {
   color: #9350CA;
 }
</style>

background-color css

<style>
 a { background-color: #9350CA; }

 a { background-color: rgb(147,80,202); }

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

border-color css

<style>
 span { border-color: #9350CA; }

 span { border-color: rgb(147,80,202); }

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