Html Css Color HEX #9A0DF9 Dark Violet

📋 copy color: '#9A0DF9'

red 154 ◦ green 13 ◦ blue 249

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

Shades of Dark Violet #9A0DF9

Tints of Dark Violet #9A0DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59.86%

R = 37.02%
G = 3.13%
B = 59.86%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A0DF9 (or 0x9A0DF9) is known color: Dark Violet. HEX triplet: 9A, 0D and F9. RGB value is (154,13,249). Sum of RGB (Red+Green+Blue) = 154+13+249=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A0DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0DF9 is #65F206. Grayscale: #515151. Windows color (decimal): -6681095 or 16321946. OLE color: 16321946.

HSL color Cylindrical-coordinate representation of color #9A0DF9: hue angle of 275.85º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0DF9 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 13 249 -
CMYK 0.38 0.95 0 0.02
HSL 275.85º 0.95% 0.51% -
HSV(B) 275.85º 0.95% 0.98% -
XYZ 30.57 14 90.71 -
YUV 82.06 222.21 179.31 -
System Red Green Blue C M Y K H S L
Decimal 154 13 249 0.38 0.95 0 0.02 275.85 0.95 0.51
Hex 9A D F9 26 5F 0 2 114 5F 33
Octal 232 15 371 46 137 0 2 424 137 63
Binary 10011010 1101 11111001 100110 1011111 0 10 100010100 1011111 110011

Color Harmonies of #9A0DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0DF9

Black with #9A0DF9

Text Example


Text Example

White with #9A0DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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