Html Css Color HEX #9A0ADE Dark Violet

📋 copy color: '#9A0ADE'

red 154 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #9A0ADE

Tints of Dark Violet #9A0ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.59%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 39.9%
G = 2.59%
B = 57.51%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A0ADE (or 0x9A0ADE) is known color: Dark Violet. HEX triplet: 9A, 0A and DE. RGB value is (154,10,222). Sum of RGB (Red+Green+Blue) = 154+10+222=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0ADE is #65F521. Grayscale: #4C4C4C. Windows color (decimal): -6681890 or 14551706. OLE color: 14551706.

HSL color Cylindrical-coordinate representation of color #9A0ADE: hue angle of 280.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0ADE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 10 222 -
CMYK 0.31 0.95 0 0.13
HSL 280.75º 0.91% 0.45% -
HSV(B) 280.75º 0.95% 0.87% -
XYZ 26.62 12.36 70.09 -
YUV 77.22 209.71 182.76 -
System Red Green Blue C M Y K H S L
Decimal 154 10 222 0.31 0.95 0 0.13 280.75 0.91 0.45
Hex 9A A DE 1F 5F 0 D 119 5B 2D
Octal 232 12 336 37 137 0 15 431 133 55
Binary 10011010 1010 11011110 11111 1011111 0 1101 100011001 1011011 101101

Color Harmonies of #9A0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0ADE

Black with #9A0ADE

Text Example


Text Example

White with #9A0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,10,222); }

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

background-color css

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

 a { background-color: rgb(154,10,222); }

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

border-color css

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

 span { border-color: rgb(154,10,222); }

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