Html Css Color HEX #9410AE Dark Violet

📋 copy color: '#9410AE'

red 148 ◦ green 16 ◦ blue 174

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

Shades of Dark Violet #9410AE

Tints of Dark Violet #9410AE

RGB

 RED value IS 148 (58.2% from 255) = 43.79%

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

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 43.79%
G = 4.73%
B = 51.48%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9410AE (or 0x9410AE) is known color: Dark Violet. HEX triplet: 94, 10 and AE. RGB value is (148,16,174). Sum of RGB (Red+Green+Blue) = 148+16+174=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #9410AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9410AE is #6BEF51. Grayscale: #484848. Windows color (decimal): -7073618 or 11407508. OLE color: 11407508.

HSL color Cylindrical-coordinate representation of color #9410AE: hue angle of 290.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9410AE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 16 174 -
CMYK 0.15 0.91 0 0.32
HSL 290.13º 0.83% 0.37% -
HSV(B) 290.13º 0.91% 0.68% -
XYZ 20.04 9.72 40.86 -
YUV 73.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 148 16 174 0.15 0.91 0 0.32 290.13 0.83 0.37
Hex 94 10 AE F 5B 0 20 122 53 25
Octal 224 20 256 17 133 0 40 442 123 45
Binary 10010100 10000 10101110 1111 1011011 0 100000 100100010 1010011 100101

Color Harmonies of #9410AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410AE

Black with #9410AE

Text Example


Text Example

White with #9410AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9410AE; }

 p { color: rgb(148,16,174); }

 H1.HeaderClassName
 {
   color: #9410AE;
 }
 .AnyTagClassName
 {
   color: #9410AE;
 }
</style>

background-color css

<style>
 a { background-color: #9410AE; }

 a { background-color: rgb(148,16,174); }

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

border-color css

<style>
 span { border-color: #9410AE; }

 span { border-color: rgb(148,16,174); }

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