Html Css Color HEX #9F0BCE Dark Violet

📋 copy color: '#9F0BCE'

red 159 ◦ green 11 ◦ blue 206

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

Shades of Dark Violet #9F0BCE

Tints of Dark Violet #9F0BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 42.29%
G = 2.93%
B = 54.79%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F0BCE (or 0x9F0BCE) is known color: Dark Violet. HEX triplet: 9F, 0B and CE. RGB value is (159,11,206). Sum of RGB (Red+Green+Blue) = 159+11+206=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F0BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BCE is #60F431. Grayscale: #4C4C4C. Windows color (decimal): -6353970 or 13503391. OLE color: 13503391.

HSL color Cylindrical-coordinate representation of color #9F0BCE: hue angle of 285.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BCE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 11 206 -
CMYK 0.23 0.95 0 0.19
HSL 285.54º 0.9% 0.43% -
HSV(B) 285.54º 0.95% 0.81% -
XYZ 25.56 12.07 59.37 -
YUV 77.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 159 11 206 0.23 0.95 0 0.19 285.54 0.9 0.43
Hex 9F B CE 17 5F 0 13 11E 5A 2B
Octal 237 13 316 27 137 0 23 436 132 53
Binary 10011111 1011 11001110 10111 1011111 0 10011 100011110 1011010 101011

Color Harmonies of #9F0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BCE

Black with #9F0BCE

Text Example


Text Example

White with #9F0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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