Html Css Color HEX #9A50CF Deep Lilac

📋 copy color: '#9A50CF'

red 154 ◦ green 80 ◦ blue 207

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

Shades of Deep Lilac #9A50CF

Tints of Deep Lilac #9A50CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 34.92%
G = 18.14%
B = 46.94%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A50CF (or 0x9A50CF) is known color: Deep Lilac. HEX triplet: 9A, 50 and CF. RGB value is (154,80,207). Sum of RGB (Red+Green+Blue) = 154+80+207=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50CF is #65AF30. Grayscale: #747474. Windows color (decimal): -6663985 or 13586586. OLE color: 13586586.

HSL color Cylindrical-coordinate representation of color #9A50CF: hue angle of 274.96º degrees, saturation: 0.57, 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 #9A50CF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 80 207 -
CMYK 0.26 0.61 0 0.19
HSL 274.96º 0.57% 0.56% -
HSV(B) 274.96º 0.61% 0.81% -
XYZ 27.46 17.11 60.89 -
YUV 116.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 154 80 207 0.26 0.61 0 0.19 274.96 0.57 0.56
Hex 9A 50 CF 1A 3D 0 13 113 39 38
Octal 232 120 317 32 75 0 23 423 71 70
Binary 10011010 1010000 11001111 11010 111101 0 10011 100010011 111001 111000

Color Harmonies of #9A50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50CF

Black with #9A50CF

Text Example


Text Example

White with #9A50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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