Html Css Color HEX #9A0DCD Dark Violet

📋 copy color: '#9A0DCD'

red 154 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #9A0DCD

Tints of Dark Violet #9A0DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 41.4%
G = 3.49%
B = 55.11%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A0DCD (or 0x9A0DCD) is known color: Dark Violet. HEX triplet: 9A, 0D and CD. RGB value is (154,13,205). Sum of RGB (Red+Green+Blue) = 154+13+205=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0DCD is #65F232. Grayscale: #4C4C4C. Windows color (decimal): -6681139 or 13438362. OLE color: 13438362.

HSL color Cylindrical-coordinate representation of color #9A0DCD: hue angle of 284.06º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0DCD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 13 205 -
CMYK 0.25 0.94 0 0.20
HSL 284.06º 0.88% 0.43% -
HSV(B) 284.06º 0.94% 0.8% -
XYZ 24.49 11.57 58.7 -
YUV 77.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 154 13 205 0.25 0.94 0 0.20 284.06 0.88 0.43
Hex 9A D CD 19 5E 0 14 11C 58 2B
Octal 232 15 315 31 136 0 24 434 130 53
Binary 10011010 1101 11001101 11001 1011110 0 10100 100011100 1011000 101011

Color Harmonies of #9A0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0DCD

Black with #9A0DCD

Text Example


Text Example

White with #9A0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,13,205); }

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

background-color css

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

 a { background-color: rgb(154,13,205); }

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

border-color css

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

 span { border-color: rgb(154,13,205); }

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