Html Css Color HEX #9F06BC Dark Violet

📋 copy color: '#9F06BC'

red 159 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #9F06BC

Tints of Dark Violet #9F06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 45.04%
G = 1.7%
B = 53.26%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F06BC (or 0x9F06BC) is known color: Dark Violet. HEX triplet: 9F, 06 and BC. RGB value is (159,6,188). Sum of RGB (Red+Green+Blue) = 159+6+188=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06BC is #60F943. Grayscale: #474747. Windows color (decimal): -6355268 or 12322463. OLE color: 12322463.

HSL color Cylindrical-coordinate representation of color #9F06BC: hue angle of 290.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06BC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 6 188 -
CMYK 0.15 0.97 0 0.26
HSL 290.44º 0.94% 0.38% -
HSV(B) 290.44º 0.97% 0.74% -
XYZ 23.44 11.13 48.49 -
YUV 72.5 193.19 189.7 -
System Red Green Blue C M Y K H S L
Decimal 159 6 188 0.15 0.97 0 0.26 290.44 0.94 0.38
Hex 9F 6 BC F 61 0 1A 122 5E 26
Octal 237 6 274 17 141 0 32 442 136 46
Binary 10011111 110 10111100 1111 1100001 0 11010 100100010 1011110 100110

Color Harmonies of #9F06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F06BC

Black with #9F06BC

Text Example


Text Example

White with #9F06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,6,188); }

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

background-color css

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

 a { background-color: rgb(159,6,188); }

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

border-color css

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

 span { border-color: rgb(159,6,188); }

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