Html Css Color HEX #9F10E9 Dark Violet

📋 copy color: '#9F10E9'

red 159 ◦ green 16 ◦ blue 233

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

Shades of Dark Violet #9F10E9

Tints of Dark Violet #9F10E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 57.11%

R = 38.97%
G = 3.92%
B = 57.11%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9F10E9 (or 0x9F10E9) is known color: Dark Violet. HEX triplet: 9F, 10 and E9. RGB value is (159,16,233). Sum of RGB (Red+Green+Blue) = 159+16+233=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #9F10E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F10E9 is #60EF16. Grayscale: #525252. Windows color (decimal): -6352663 or 15274143. OLE color: 15274143.

HSL color Cylindrical-coordinate representation of color #9F10E9: hue angle of 279.54º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F10E9 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 16 233 -
CMYK 0.32 0.93 0 0.09
HSL 279.54º 0.87% 0.49% -
HSV(B) 279.54º 0.93% 0.91% -
XYZ 29.19 13.62 78.18 -
YUV 83.5 212.38 181.86 -
System Red Green Blue C M Y K H S L
Decimal 159 16 233 0.32 0.93 0 0.09 279.54 0.87 0.49
Hex 9F 10 E9 20 5D 0 9 118 57 31
Octal 237 20 351 40 135 0 11 430 127 61
Binary 10011111 10000 11101001 100000 1011101 0 1001 100011000 1010111 110001

Color Harmonies of #9F10E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10E9

Black with #9F10E9

Text Example


Text Example

White with #9F10E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,16,233); }

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

background-color css

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

 a { background-color: rgb(159,16,233); }

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

border-color css

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

 span { border-color: rgb(159,16,233); }

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