Html Css Color HEX #9A0DBE Dark Violet

📋 copy color: '#9A0DBE'

red 154 ◦ green 13 ◦ blue 190

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

Shades of Dark Violet #9A0DBE

Tints of Dark Violet #9A0DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 43.14%
G = 3.64%
B = 53.22%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A0DBE (or 0x9A0DBE) is known color: Dark Violet. HEX triplet: 9A, 0D and BE. RGB value is (154,13,190). Sum of RGB (Red+Green+Blue) = 154+13+190=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A0DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0DBE is #65F241. Grayscale: #4A4A4A. Windows color (decimal): -6681154 or 12455322. OLE color: 12455322.

HSL color Cylindrical-coordinate representation of color #9A0DBE: hue angle of 287.8º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0DBE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 13 190 -
CMYK 0.19 0.93 0 0.25
HSL 287.8º 0.87% 0.4% -
HSV(B) 287.8º 0.93% 0.75% -
XYZ 22.76 10.88 49.61 -
YUV 75.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 154 13 190 0.19 0.93 0 0.25 287.8 0.87 0.4
Hex 9A D BE 13 5D 0 19 120 57 28
Octal 232 15 276 23 135 0 31 440 127 50
Binary 10011010 1101 10111110 10011 1011101 0 11001 100100000 1010111 101000

Color Harmonies of #9A0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0DBE

Black with #9A0DBE

Text Example


Text Example

White with #9A0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,13,190); }

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

background-color css

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

 a { background-color: rgb(154,13,190); }

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

border-color css

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

 span { border-color: rgb(154,13,190); }

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