Html Css Color HEX #9F0BD8 Dark Violet

📋 copy color: '#9F0BD8'

red 159 ◦ green 11 ◦ blue 216

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

Shades of Dark Violet #9F0BD8

Tints of Dark Violet #9F0BD8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

 BLUE value IS 216 (84.77% from 255) = 55.96%

R = 41.19%
G = 2.85%
B = 55.96%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F0BD8 (or 0x9F0BD8) is known color: Dark Violet. HEX triplet: 9F, 0B and D8. RGB value is (159,11,216). Sum of RGB (Red+Green+Blue) = 159+11+216=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F0BD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BD8 is #60F427. Grayscale: #4D4D4D. Windows color (decimal): -6353960 or 14158751. OLE color: 14158751.

HSL color Cylindrical-coordinate representation of color #9F0BD8: hue angle of 283.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BD8 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 11 216 -
CMYK 0.26 0.95 0 0.15
HSL 283.32º 0.9% 0.45% -
HSV(B) 283.32º 0.95% 0.85% -
XYZ 26.81 12.57 65.98 -
YUV 78.62 205.53 185.33 -
System Red Green Blue C M Y K H S L
Decimal 159 11 216 0.26 0.95 0 0.15 283.32 0.9 0.45
Hex 9F B D8 1A 5F 0 F 11B 5A 2D
Octal 237 13 330 32 137 0 17 433 132 55
Binary 10011111 1011 11011000 11010 1011111 0 1111 100011011 1011010 101101

Color Harmonies of #9F0BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BD8

Black with #9F0BD8

Text Example


Text Example

White with #9F0BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,11,216); }

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

background-color css

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

 a { background-color: rgb(159,11,216); }

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

border-color css

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

 span { border-color: rgb(159,11,216); }

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