Html Css Color HEX #9A0EC9 Dark Violet

📋 copy color: '#9A0EC9'

red 154 ◦ green 14 ◦ blue 201

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

Shades of Dark Violet #9A0EC9

Tints of Dark Violet #9A0EC9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.79%

 BLUE value IS 201 (78.91% from 255) = 54.47%

R = 41.73%
G = 3.79%
B = 54.47%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A0EC9 (or 0x9A0EC9) is known color: Dark Violet. HEX triplet: 9A, 0E and C9. RGB value is (154,14,201). Sum of RGB (Red+Green+Blue) = 154+14+201=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A0EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0EC9 is #65F136. Grayscale: #4C4C4C. Windows color (decimal): -6680887 or 13176474. OLE color: 13176474.

HSL color Cylindrical-coordinate representation of color #9A0EC9: hue angle of 284.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0EC9 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 14 201 -
CMYK 0.23 0.93 0 0.21
HSL 284.92º 0.87% 0.42% -
HSV(B) 284.92º 0.93% 0.79% -
XYZ 24.03 11.4 56.19 -
YUV 77.18 197.88 182.79 -
System Red Green Blue C M Y K H S L
Decimal 154 14 201 0.23 0.93 0 0.21 284.92 0.87 0.42
Hex 9A E C9 17 5D 0 15 11D 57 2A
Octal 232 16 311 27 135 0 25 435 127 52
Binary 10011010 1110 11001001 10111 1011101 0 10101 100011101 1010111 101010

Color Harmonies of #9A0EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0EC9

Black with #9A0EC9

Text Example


Text Example

White with #9A0EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,201); }

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

background-color css

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

 a { background-color: rgb(154,14,201); }

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

border-color css

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

 span { border-color: rgb(154,14,201); }

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