Html Css Color HEX #9A0BDB Dark Violet

📋 copy color: '#9A0BDB'

red 154 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #9A0BDB

Tints of Dark Violet #9A0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 40.1%
G = 2.86%
B = 57.03%

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

#9A0BDB (or 0x9A0BDB) is known color: Dark Violet. HEX triplet: 9A, 0B and DB. RGB value is (154,11,219). Sum of RGB (Red+Green+Blue) = 154+11+219=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0BDB is #65F424. Grayscale: #4C4C4C. Windows color (decimal): -6681637 or 14355354. OLE color: 14355354.

HSL color Cylindrical-coordinate representation of color #9A0BDB: hue angle of 281.25º degrees, saturation: 0.9, 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 #9A0BDB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 11 219 -
CMYK 0.30 0.95 0 0.14
HSL 281.25º 0.9% 0.45% -
HSV(B) 281.25º 0.95% 0.86% -
XYZ 26.23 12.22 67.99 -
YUV 77.47 207.88 182.59 -
System Red Green Blue C M Y K H S L
Decimal 154 11 219 0.30 0.95 0 0.14 281.25 0.9 0.45
Hex 9A B DB 1E 5F 0 E 119 5A 2D
Octal 232 13 333 36 137 0 16 431 132 55
Binary 10011010 1011 11011011 11110 1011111 0 1110 100011001 1011010 101101

Color Harmonies of #9A0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0BDB

Black with #9A0BDB

Text Example


Text Example

White with #9A0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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