Html Css Color HEX #9A14DD Dark Violet

📋 copy color: '#9A14DD'

red 154 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #9A14DD

Tints of Dark Violet #9A14DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 38.99%
G = 5.06%
B = 55.95%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A14DD (or 0x9A14DD) is known color: Dark Violet. HEX triplet: 9A, 14 and DD. RGB value is (154,20,221). Sum of RGB (Red+Green+Blue) = 154+20+221=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A14DD is #65EB22. Grayscale: #525252. Windows color (decimal): -6679331 or 14488730. OLE color: 14488730.

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

Color convert

RGB 154 20 221 -
CMYK 0.30 0.91 0 0.13
HSL 280º 0.83% 0.47% -
HSV(B) 280º 0.91% 0.87% -
XYZ 26.63 12.59 69.43 -
YUV 82.98 205.89 178.66 -
System Red Green Blue C M Y K H S L
Decimal 154 20 221 0.30 0.91 0 0.13 280 0.83 0.47
Hex 9A 14 DD 1E 5B 0 D 118 53 2F
Octal 232 24 335 36 133 0 15 430 123 57
Binary 10011010 10100 11011101 11110 1011011 0 1101 100011000 1010011 101111

Color Harmonies of #9A14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A14DD

Black with #9A14DD

Text Example


Text Example

White with #9A14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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