Html Css Color HEX #9A14CA Dark Violet

📋 copy color: '#9A14CA'

red 154 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #9A14CA

Tints of Dark Violet #9A14CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 40.96%
G = 5.32%
B = 53.72%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A14CA (or 0x9A14CA) is known color: Dark Violet. HEX triplet: 9A, 14 and CA. RGB value is (154,20,202). Sum of RGB (Red+Green+Blue) = 154+20+202=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A14CA is #65EB35. Grayscale: #505050. Windows color (decimal): -6679350 or 13243546. OLE color: 13243546.

HSL color Cylindrical-coordinate representation of color #9A14CA: hue angle of 284.18º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A14CA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 20 202 -
CMYK 0.24 0.90 0 0.21
HSL 284.18º 0.82% 0.44% -
HSV(B) 284.18º 0.9% 0.79% -
XYZ 24.24 11.63 56.85 -
YUV 80.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 154 20 202 0.24 0.90 0 0.21 284.18 0.82 0.44
Hex 9A 14 CA 18 5A 0 15 11C 52 2C
Octal 232 24 312 30 132 0 25 434 122 54
Binary 10011010 10100 11001010 11000 1011010 0 10101 100011100 1010010 101100

Color Harmonies of #9A14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A14CA

Black with #9A14CA

Text Example


Text Example

White with #9A14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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