Html Css Color HEX #9F07BC Dark Violet

📋 copy color: '#9F07BC'

red 159 ◦ green 7 ◦ blue 188

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

Shades of Dark Violet #9F07BC

Tints of Dark Violet #9F07BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 44.92%
G = 1.98%
B = 53.11%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F07BC (or 0x9F07BC) is known color: Dark Violet. HEX triplet: 9F, 07 and BC. RGB value is (159,7,188). Sum of RGB (Red+Green+Blue) = 159+7+188=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07BC is #60F843. Grayscale: #484848. Windows color (decimal): -6355012 or 12322719. OLE color: 12322719.

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

Color convert

RGB 159 7 188 -
CMYK 0.15 0.96 0 0.26
HSL 290.39º 0.93% 0.38% -
HSV(B) 290.39º 0.96% 0.74% -
XYZ 23.45 11.15 48.49 -
YUV 73.08 192.86 189.28 -
System Red Green Blue C M Y K H S L
Decimal 159 7 188 0.15 0.96 0 0.26 290.39 0.93 0.38
Hex 9F 7 BC F 60 0 1A 122 5D 26
Octal 237 7 274 17 140 0 32 442 135 46
Binary 10011111 111 10111100 1111 1100000 0 11010 100100010 1011101 100110

Color Harmonies of #9F07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F07BC

Black with #9F07BC

Text Example


Text Example

White with #9F07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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