Html Css Color HEX #9350CD Deep Lilac

📋 copy color: '#9350CD'

red 147 ◦ green 80 ◦ blue 205

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

Shades of Deep Lilac #9350CD

Tints of Deep Lilac #9350CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 34.03%
G = 18.52%
B = 47.45%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9350CD (or 0x9350CD) is known color: Deep Lilac. HEX triplet: 93, 50 and CD. RGB value is (147,80,205). Sum of RGB (Red+Green+Blue) = 147+80+205=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #9350CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CD is #6CAF32. Grayscale: #717171. Windows color (decimal): -7122739 or 13455507. OLE color: 13455507.

HSL color Cylindrical-coordinate representation of color #9350CD: hue angle of 272.16º degrees, saturation: 0.56, 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 #9350CD is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 80 205 -
CMYK 0.28 0.61 0 0.20
HSL 272.16º 0.56% 0.56% -
HSV(B) 272.16º 0.61% 0.8% -
XYZ 25.92 16.35 59.55 -
YUV 114.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 147 80 205 0.28 0.61 0 0.20 272.16 0.56 0.56
Hex 93 50 CD 1C 3D 0 14 110 38 38
Octal 223 120 315 34 75 0 24 420 70 70
Binary 10010011 1010000 11001101 11100 111101 0 10100 100010000 111000 111000

Color Harmonies of #9350CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350CD

Black with #9350CD

Text Example


Text Example

White with #9350CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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