Html Css Color HEX #9F0AE1 Dark Violet

📋 copy color: '#9F0AE1'

red 159 ◦ green 10 ◦ blue 225

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

Shades of Dark Violet #9F0AE1

Tints of Dark Violet #9F0AE1

RGB

 RED value IS 159 (62.5% from 255) = 40.36%

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 225 (88.28% from 255) = 57.11%

R = 40.36%
G = 2.54%
B = 57.11%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9F0AE1 (or 0x9F0AE1) is known color: Dark Violet. HEX triplet: 9F, 0A and E1. RGB value is (159,10,225). Sum of RGB (Red+Green+Blue) = 159+10+225=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F0AE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0AE1 is #60F51E. Grayscale: #4E4E4E. Windows color (decimal): -6354207 or 14748319. OLE color: 14748319.

HSL color Cylindrical-coordinate representation of color #9F0AE1: hue angle of 281.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0AE1 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 10 225 -
CMYK 0.29 0.96 0 0.12
HSL 281.58º 0.91% 0.46% -
HSV(B) 281.58º 0.96% 0.88% -
XYZ 28 13.02 72.27 -
YUV 79.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 159 10 225 0.29 0.96 0 0.12 281.58 0.91 0.46
Hex 9F A E1 1D 60 0 C 11A 5B 2E
Octal 237 12 341 35 140 0 14 432 133 56
Binary 10011111 1010 11100001 11101 1100000 0 1100 100011010 1011011 101110

Color Harmonies of #9F0AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0AE1

Black with #9F0AE1

Text Example


Text Example

White with #9F0AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,225); }

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

background-color css

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

 a { background-color: rgb(159,10,225); }

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

border-color css

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

 span { border-color: rgb(159,10,225); }

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