Html Css Color HEX #9A0ADB Dark Violet

📋 copy color: '#9A0ADB'

red 154 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #9A0ADB

Tints of Dark Violet #9A0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 40.21%
G = 2.61%
B = 57.18%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A0ADB (or 0x9A0ADB) is known color: Dark Violet. HEX triplet: 9A, 0A and DB. RGB value is (154,10,219). Sum of RGB (Red+Green+Blue) = 154+10+219=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0ADB is #65F524. Grayscale: #4C4C4C. Windows color (decimal): -6681893 or 14355098. OLE color: 14355098.

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

Color convert

RGB 154 10 219 -
CMYK 0.30 0.95 0 0.14
HSL 281.34º 0.91% 0.45% -
HSV(B) 281.34º 0.95% 0.86% -
XYZ 26.22 12.2 67.99 -
YUV 76.88 208.21 183.01 -
System Red Green Blue C M Y K H S L
Decimal 154 10 219 0.30 0.95 0 0.14 281.34 0.91 0.45
Hex 9A A DB 1E 5F 0 E 119 5B 2D
Octal 232 12 333 36 137 0 16 431 133 55
Binary 10011010 1010 11011011 11110 1011111 0 1110 100011001 1011011 101101

Color Harmonies of #9A0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0ADB

Black with #9A0ADB

Text Example


Text Example

White with #9A0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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