Html Css Color HEX #9F10BE Dark Violet

📋 copy color: '#9F10BE'

red 159 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #9F10BE

Tints of Dark Violet #9F10BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 43.56%
G = 4.38%
B = 52.05%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F10BE (or 0x9F10BE) is known color: Dark Violet. HEX triplet: 9F, 10 and BE. RGB value is (159,16,190). Sum of RGB (Red+Green+Blue) = 159+16+190=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10BE is #60EF41. Grayscale: #4E4E4E. Windows color (decimal): -6352706 or 12456095. OLE color: 12456095.

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

Color convert

RGB 159 16 190 -
CMYK 0.16 0.92 0 0.25
HSL 289.31º 0.84% 0.4% -
HSV(B) 289.31º 0.92% 0.75% -
XYZ 23.78 11.46 49.67 -
YUV 78.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 159 16 190 0.16 0.92 0 0.25 289.31 0.84 0.4
Hex 9F 10 BE 10 5C 0 19 121 54 28
Octal 237 20 276 20 134 0 31 441 124 50
Binary 10011111 10000 10111110 10000 1011100 0 11001 100100001 1010100 101000

Color Harmonies of #9F10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10BE

Black with #9F10BE

Text Example


Text Example

White with #9F10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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