Html Css Color HEX #9A10DF Dark Violet

📋 copy color: '#9A10DF'

red 154 ◦ green 16 ◦ blue 223

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

Shades of Dark Violet #9A10DF

Tints of Dark Violet #9A10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.07%

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 39.19%
G = 4.07%
B = 56.74%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A10DF (or 0x9A10DF) is known color: Dark Violet. HEX triplet: 9A, 10 and DF. RGB value is (154,16,223). Sum of RGB (Red+Green+Blue) = 154+16+223=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10DF is #65EF20. Grayscale: #505050. Windows color (decimal): -6680353 or 14618778. OLE color: 14618778.

HSL color Cylindrical-coordinate representation of color #9A10DF: hue angle of 280º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A10DF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 16 223 -
CMYK 0.31 0.93 0 0.13
HSL 280º 0.87% 0.47% -
HSV(B) 280º 0.93% 0.87% -
XYZ 26.83 12.57 70.82 -
YUV 80.86 208.22 180.17 -
System Red Green Blue C M Y K H S L
Decimal 154 16 223 0.31 0.93 0 0.13 280 0.87 0.47
Hex 9A 10 DF 1F 5D 0 D 118 57 2F
Octal 232 20 337 37 135 0 15 430 127 57
Binary 10011010 10000 11011111 11111 1011101 0 1101 100011000 1010111 101111

Color Harmonies of #9A10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A10DF

Black with #9A10DF

Text Example


Text Example

White with #9A10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,16,223); }

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

background-color css

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

 a { background-color: rgb(154,16,223); }

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

border-color css

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

 span { border-color: rgb(154,16,223); }

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