Html Css Color HEX #9F10BD Dark Violet

📋 copy color: '#9F10BD'

red 159 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #9F10BD

Tints of Dark Violet #9F10BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.92%

R = 43.68%
G = 4.4%
B = 51.92%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F10BD (or 0x9F10BD) is known color: Dark Violet. HEX triplet: 9F, 10 and BD. RGB value is (159,16,189). Sum of RGB (Red+Green+Blue) = 159+16+189=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F10BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F10BD is #60EF42. Grayscale: #4D4D4D. Windows color (decimal): -6352707 or 12390559. OLE color: 12390559.

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

Color convert

RGB 159 16 189 -
CMYK 0.16 0.92 0 0.26
HSL 289.6º 0.84% 0.4% -
HSV(B) 289.6º 0.92% 0.74% -
XYZ 23.67 11.42 49.1 -
YUV 78.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 159 16 189 0.16 0.92 0 0.26 289.6 0.84 0.4
Hex 9F 10 BD 10 5C 0 1A 122 54 28
Octal 237 20 275 20 134 0 32 442 124 50
Binary 10011111 10000 10111101 10000 1011100 0 11010 100100010 1010100 101000

Color Harmonies of #9F10BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10BD

Black with #9F10BD

Text Example


Text Example

White with #9F10BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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