Html Css Color HEX #9F10BF Dark Violet

📋 copy color: '#9F10BF'

red 159 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #9F10BF

Tints of Dark Violet #9F10BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.19%

R = 43.44%
G = 4.37%
B = 52.19%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F10BF (or 0x9F10BF) is known color: Dark Violet. HEX triplet: 9F, 10 and BF. RGB value is (159,16,191). Sum of RGB (Red+Green+Blue) = 159+16+191=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F10BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10BF is #60EF40. Grayscale: #4E4E4E. Windows color (decimal): -6352705 or 12521631. OLE color: 12521631.

HSL color Cylindrical-coordinate representation of color #9F10BF: hue angle of 289.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F10BF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 16 191 -
CMYK 0.17 0.92 0 0.25
HSL 289.03º 0.85% 0.41% -
HSV(B) 289.03º 0.92% 0.75% -
XYZ 23.89 11.5 50.25 -
YUV 78.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 159 16 191 0.17 0.92 0 0.25 289.03 0.85 0.41
Hex 9F 10 BF 11 5C 0 19 121 55 29
Octal 237 20 277 21 134 0 31 441 125 51
Binary 10011111 10000 10111111 10001 1011100 0 11001 100100001 1010101 101001

Color Harmonies of #9F10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10BF

Black with #9F10BF

Text Example


Text Example

White with #9F10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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