Html Css Color HEX #9E05AF Dark Violet

📋 copy color: '#9E05AF'

red 158 ◦ green 5 ◦ blue 175

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

Shades of Dark Violet #9E05AF

Tints of Dark Violet #9E05AF

RGB

 RED value IS 158 (62.11% from 255) = 46.75%

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 46.75%
G = 1.48%
B = 51.78%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E05AF (or 0x9E05AF) is known color: Dark Violet. HEX triplet: 9E, 05 and AF. RGB value is (158,5,175). Sum of RGB (Red+Green+Blue) = 158+5+175=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E05AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E05AF is #61FA50. Grayscale: #454545. Windows color (decimal): -6421073 or 11470238. OLE color: 11470238.

HSL color Cylindrical-coordinate representation of color #9E05AF: hue angle of 294º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E05AF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 5 175 -
CMYK 0.10 0.97 0 0.31
HSL 294º 0.94% 0.35% -
HSV(B) 294º 0.97% 0.69% -
XYZ 21.89 10.47 41.43 -
YUV 70.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 158 5 175 0.10 0.97 0 0.31 294 0.94 0.35
Hex 9E 5 AF A 61 0 1F 126 5E 23
Octal 236 5 257 12 141 0 37 446 136 43
Binary 10011110 101 10101111 1010 1100001 0 11111 100100110 1011110 100011

Color Harmonies of #9E05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E05AF

Black with #9E05AF

Text Example


Text Example

White with #9E05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,5,175); }

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

background-color css

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

 a { background-color: rgb(158,5,175); }

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

border-color css

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

 span { border-color: rgb(158,5,175); }

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