Html Css Color HEX #9A14DB Dark Violet

📋 copy color: '#9A14DB'

red 154 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #9A14DB

Tints of Dark Violet #9A14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.09%

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

R = 39.19%
G = 5.09%
B = 55.73%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A14DB (or 0x9A14DB) is known color: Dark Violet. HEX triplet: 9A, 14 and DB. RGB value is (154,20,219). Sum of RGB (Red+Green+Blue) = 154+20+219=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A14DB is #65EB24. Grayscale: #525252. Windows color (decimal): -6679333 or 14357658. OLE color: 14357658.

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

Color convert

RGB 154 20 219 -
CMYK 0.30 0.91 0 0.14
HSL 280.4º 0.83% 0.47% -
HSV(B) 280.4º 0.91% 0.86% -
XYZ 26.36 12.48 68.04 -
YUV 82.75 204.89 178.82 -
System Red Green Blue C M Y K H S L
Decimal 154 20 219 0.30 0.91 0 0.14 280.4 0.83 0.47
Hex 9A 14 DB 1E 5B 0 E 118 53 2F
Octal 232 24 333 36 133 0 16 430 123 57
Binary 10011010 10100 11011011 11110 1011011 0 1110 100011000 1010011 101111

Color Harmonies of #9A14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A14DB

Black with #9A14DB

Text Example


Text Example

White with #9A14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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