Html Css Color HEX #9A0ECA Dark Violet

📋 copy color: '#9A0ECA'

red 154 ◦ green 14 ◦ blue 202

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

Shades of Dark Violet #9A0ECA

Tints of Dark Violet #9A0ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.78%

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

R = 41.62%
G = 3.78%
B = 54.59%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A0ECA (or 0x9A0ECA) is known color: Dark Violet. HEX triplet: 9A, 0E and CA. RGB value is (154,14,202). Sum of RGB (Red+Green+Blue) = 154+14+202=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A0ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0ECA is #65F135. Grayscale: #4C4C4C. Windows color (decimal): -6680886 or 13242010. OLE color: 13242010.

HSL color Cylindrical-coordinate representation of color #9A0ECA: hue angle of 284.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0ECA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 14 202 -
CMYK 0.24 0.93 0 0.21
HSL 284.68º 0.87% 0.42% -
HSV(B) 284.68º 0.93% 0.79% -
XYZ 24.14 11.45 56.81 -
YUV 77.29 198.38 182.71 -
System Red Green Blue C M Y K H S L
Decimal 154 14 202 0.24 0.93 0 0.21 284.68 0.87 0.42
Hex 9A E CA 18 5D 0 15 11D 57 2A
Octal 232 16 312 30 135 0 25 435 127 52
Binary 10011010 1110 11001010 11000 1011101 0 10101 100011101 1010111 101010

Color Harmonies of #9A0ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0ECA

Black with #9A0ECA

Text Example


Text Example

White with #9A0ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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