Html Css Color HEX #9410AF Dark Violet

📋 copy color: '#9410AF'

red 148 ◦ green 16 ◦ blue 175

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

Shades of Dark Violet #9410AF

Tints of Dark Violet #9410AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 43.66%
G = 4.72%
B = 51.62%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9410AF (or 0x9410AF) is known color: Dark Violet. HEX triplet: 94, 10 and AF. RGB value is (148,16,175). Sum of RGB (Red+Green+Blue) = 148+16+175=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #9410AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9410AF is #6BEF50. Grayscale: #494949. Windows color (decimal): -7073617 or 11473044. OLE color: 11473044.

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

Color convert

RGB 148 16 175 -
CMYK 0.15 0.91 0 0.31
HSL 289.81º 0.83% 0.37% -
HSV(B) 289.81º 0.91% 0.69% -
XYZ 20.14 9.76 41.38 -
YUV 73.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 148 16 175 0.15 0.91 0 0.31 289.81 0.83 0.37
Hex 94 10 AF F 5B 0 1F 122 53 25
Octal 224 20 257 17 133 0 37 442 123 45
Binary 10010100 10000 10101111 1111 1011011 0 11111 100100010 1010011 100101

Color Harmonies of #9410AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410AF

Black with #9410AF

Text Example


Text Example

White with #9410AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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