Html Css Color HEX #9F0BCF Dark Violet

📋 copy color: '#9F0BCF'

red 159 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #9F0BCF

Tints of Dark Violet #9F0BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 42.18%
G = 2.92%
B = 54.91%

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

#9F0BCF (or 0x9F0BCF) is known color: Dark Violet. HEX triplet: 9F, 0B and CF. RGB value is (159,11,207). Sum of RGB (Red+Green+Blue) = 159+11+207=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BCF is #60F430. Grayscale: #4C4C4C. Windows color (decimal): -6353969 or 13568927. OLE color: 13568927.

HSL color Cylindrical-coordinate representation of color #9F0BCF: hue angle of 285.31º 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 #9F0BCF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 11 207 -
CMYK 0.23 0.95 0 0.19
HSL 285.31º 0.9% 0.43% -
HSV(B) 285.31º 0.95% 0.81% -
XYZ 25.68 12.12 60.02 -
YUV 77.6 201.03 186.06 -
System Red Green Blue C M Y K H S L
Decimal 159 11 207 0.23 0.95 0 0.19 285.31 0.9 0.43
Hex 9F B CF 17 5F 0 13 11D 5A 2B
Octal 237 13 317 27 137 0 23 435 132 53
Binary 10011111 1011 11001111 10111 1011111 0 10011 100011101 1011010 101011

Color Harmonies of #9F0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BCF

Black with #9F0BCF

Text Example


Text Example

White with #9F0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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