Html Css Color HEX #9F10EA Dark Violet

📋 copy color: '#9F10EA'

red 159 ◦ green 16 ◦ blue 234

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

Shades of Dark Violet #9F10EA

Tints of Dark Violet #9F10EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 38.88%
G = 3.91%
B = 57.21%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F10EA (or 0x9F10EA) is known color: Dark Violet. HEX triplet: 9F, 10 and EA. RGB value is (159,16,234). Sum of RGB (Red+Green+Blue) = 159+16+234=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F10EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F10EA is #60EF15. Grayscale: #525252. Windows color (decimal): -6352662 or 15339679. OLE color: 15339679.

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

Color convert

RGB 159 16 234 -
CMYK 0.32 0.93 0 0.08
HSL 279.36º 0.87% 0.49% -
HSV(B) 279.36º 0.93% 0.92% -
XYZ 29.33 13.68 78.94 -
YUV 83.61 212.88 181.77 -
System Red Green Blue C M Y K H S L
Decimal 159 16 234 0.32 0.93 0 0.08 279.36 0.87 0.49
Hex 9F 10 EA 20 5D 0 8 117 57 31
Octal 237 20 352 40 135 0 10 427 127 61
Binary 10011111 10000 11101010 100000 1011101 0 1000 100010111 1010111 110001

Color Harmonies of #9F10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10EA

Black with #9F10EA

Text Example


Text Example

White with #9F10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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