Html Css Color HEX #9F10D1 Dark Violet

📋 copy color: '#9F10D1'

red 159 ◦ green 16 ◦ blue 209

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

Shades of Dark Violet #9F10D1

Tints of Dark Violet #9F10D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.43%

R = 41.41%
G = 4.17%
B = 54.43%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9F10D1 (or 0x9F10D1) is known color: Dark Violet. HEX triplet: 9F, 10 and D1. RGB value is (159,16,209). Sum of RGB (Red+Green+Blue) = 159+16+209=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F10D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10D1 is #60EF2E. Grayscale: #505050. Windows color (decimal): -6352687 or 13701279. OLE color: 13701279.

HSL color Cylindrical-coordinate representation of color #9F10D1: hue angle of 284.46º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F10D1 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 16 209 -
CMYK 0.24 0.92 0 0.18
HSL 284.46º 0.86% 0.44% -
HSV(B) 284.46º 0.92% 0.82% -
XYZ 25.99 12.34 61.33 -
YUV 80.76 200.38 183.81 -
System Red Green Blue C M Y K H S L
Decimal 159 16 209 0.24 0.92 0 0.18 284.46 0.86 0.44
Hex 9F 10 D1 18 5C 0 12 11C 56 2C
Octal 237 20 321 30 134 0 22 434 126 54
Binary 10011111 10000 11010001 11000 1011100 0 10010 100011100 1010110 101100

Color Harmonies of #9F10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10D1

Black with #9F10D1

Text Example


Text Example

White with #9F10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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