Html Css Color HEX #9A50CE Deep Lilac

📋 copy color: '#9A50CE'

red 154 ◦ green 80 ◦ blue 206

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

Shades of Deep Lilac #9A50CE

Tints of Deep Lilac #9A50CE

RGB

 RED value IS 154 (60.55% from 255) = 35%

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 35%
G = 18.18%
B = 46.82%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A50CE (or 0x9A50CE) is known color: Deep Lilac. HEX triplet: 9A, 50 and CE. RGB value is (154,80,206). Sum of RGB (Red+Green+Blue) = 154+80+206=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50CE is #65AF31. Grayscale: #747474. Windows color (decimal): -6663986 or 13521050. OLE color: 13521050.

HSL color Cylindrical-coordinate representation of color #9A50CE: hue angle of 275.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A50CE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 80 206 -
CMYK 0.25 0.61 0 0.19
HSL 275.24º 0.56% 0.56% -
HSV(B) 275.24º 0.61% 0.81% -
XYZ 27.34 17.06 60.25 -
YUV 116.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 154 80 206 0.25 0.61 0 0.19 275.24 0.56 0.56
Hex 9A 50 CE 19 3D 0 13 113 38 38
Octal 232 120 316 31 75 0 23 423 70 70
Binary 10011010 1010000 11001110 11001 111101 0 10011 100010011 111000 111000

Color Harmonies of #9A50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50CE

Black with #9A50CE

Text Example


Text Example

White with #9A50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A50CE; }

 p { color: rgb(154,80,206); }

 H1.HeaderClassName
 {
   color: #9A50CE;
 }
 .AnyTagClassName
 {
   color: #9A50CE;
 }
</style>

background-color css

<style>
 a { background-color: #9A50CE; }

 a { background-color: rgb(154,80,206); }

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

border-color css

<style>
 span { border-color: #9A50CE; }

 span { border-color: rgb(154,80,206); }

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