Html Css Color HEX #9A10B6 Dark Violet

📋 copy color: '#9A10B6'

red 154 ◦ green 16 ◦ blue 182

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

Shades of Dark Violet #9A10B6

Tints of Dark Violet #9A10B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 43.75%
G = 4.55%
B = 51.7%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9A10B6 (or 0x9A10B6) is known color: Dark Violet. HEX triplet: 9A, 10 and B6. RGB value is (154,16,182). Sum of RGB (Red+Green+Blue) = 154+16+182=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A10B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10B6 is #65EF49. Grayscale: #4B4B4B. Windows color (decimal): -6680394 or 11931802. OLE color: 11931802.

HSL color Cylindrical-coordinate representation of color #9A10B6: hue angle of 289.88º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A10B6 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 16 182 -
CMYK 0.15 0.91 0 0.29
HSL 289.88º 0.84% 0.39% -
HSV(B) 289.88º 0.91% 0.71% -
XYZ 21.96 10.62 45.15 -
YUV 76.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 154 16 182 0.15 0.91 0 0.29 289.88 0.84 0.39
Hex 9A 10 B6 F 5B 0 1D 122 54 27
Octal 232 20 266 17 133 0 35 442 124 47
Binary 10011010 10000 10110110 1111 1011011 0 11101 100100010 1010100 100111

Color Harmonies of #9A10B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A10B6

Black with #9A10B6

Text Example


Text Example

White with #9A10B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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