Html Css Color HEX #9A50BC Deep Lilac

📋 copy color: '#9A50BC'

red 154 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #9A50BC

Tints of Deep Lilac #9A50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 36.49%
G = 18.96%
B = 44.55%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A50BC (or 0x9A50BC) is known color: Deep Lilac. HEX triplet: 9A, 50 and BC. RGB value is (154,80,188). Sum of RGB (Red+Green+Blue) = 154+80+188=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50BC is #65AF43. Grayscale: #727272. Windows color (decimal): -6664004 or 12341402. OLE color: 12341402.

HSL color Cylindrical-coordinate representation of color #9A50BC: hue angle of 281.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A50BC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 80 188 -
CMYK 0.18 0.57 0 0.26
HSL 281.11º 0.45% 0.53% -
HSV(B) 281.11º 0.57% 0.74% -
XYZ 25.27 16.24 49.38 -
YUV 114.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 154 80 188 0.18 0.57 0 0.26 281.11 0.45 0.53
Hex 9A 50 BC 12 39 0 1A 119 2D 35
Octal 232 120 274 22 71 0 32 431 55 65
Binary 10011010 1010000 10111100 10010 111001 0 11010 100011001 101101 110101

Color Harmonies of #9A50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50BC

Black with #9A50BC

Text Example


Text Example

White with #9A50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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