Html Css Color HEX #9A00DA Dark Violet

📋 copy color: '#9A00DA'

red 154 ◦ green 0 ◦ blue 218

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

Shades of Dark Violet #9A00DA

Tints of Dark Violet #9A00DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 41.4%
G = 0%
B = 58.6%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A00DA (or 0x9A00DA) is known color: Dark Violet. HEX triplet: 9A, 00 and DA. RGB value is (154,0,218). Sum of RGB (Red+Green+Blue) = 154+0+218=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A00DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00DA is #65FF25. Grayscale: #464646. Windows color (decimal): -6684454 or 14287002. OLE color: 14287002.

HSL color Cylindrical-coordinate representation of color #9A00DA: hue angle of 282.39º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00DA is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 0 218 -
CMYK 0.29 1 0 0.15
HSL 282.39º 1% 0.43% -
HSV(B) 282.39º 1% 0.85% -
XYZ 25.98 11.93 67.26 -
YUV 70.9 211.02 187.27 -
System Red Green Blue C M Y K H S L
Decimal 154 0 218 0.29 1 0 0.15 282.39 1 0.43
Hex 9A 0 DA 1D 64 0 F 11A 64 2B
Octal 232 0 332 35 144 0 17 432 144 53
Binary 10011010 0 11011010 11101 1100100 0 1111 100011010 1100100 101011

Color Harmonies of #9A00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00DA

Black with #9A00DA

Text Example


Text Example

White with #9A00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,218); }

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

background-color css

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

 a { background-color: rgb(154,0,218); }

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

border-color css

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

 span { border-color: rgb(154,0,218); }

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