Html Css Color HEX #9F00DF Dark Violet

📋 copy color: '#9F00DF'

red 159 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #9F00DF

Tints of Dark Violet #9F00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 41.62%
G = 0%
B = 58.38%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F00DF (or 0x9F00DF) is known color: Dark Violet. HEX triplet: 9F, 00 and DF. RGB value is (159,0,223). Sum of RGB (Red+Green+Blue) = 159+0+223=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00DF is #60FF20. Grayscale: #484848. Windows color (decimal): -6356769 or 14614687. OLE color: 14614687.

HSL color Cylindrical-coordinate representation of color #9F00DF: hue angle of 282.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00DF is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 0 223 -
CMYK 0.29 1 0 0.13
HSL 282.78º 1% 0.44% -
HSV(B) 282.78º 1% 0.87% -
XYZ 27.62 12.7 70.81 -
YUV 72.96 212.68 189.37 -
System Red Green Blue C M Y K H S L
Decimal 159 0 223 0.29 1 0 0.13 282.78 1 0.44
Hex 9F 0 DF 1D 64 0 D 11B 64 2C
Octal 237 0 337 35 144 0 15 433 144 54
Binary 10011111 0 11011111 11101 1100100 0 1101 100011011 1100100 101100

Color Harmonies of #9F00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F00DF

Black with #9F00DF

Text Example


Text Example

White with #9F00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,223); }

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

background-color css

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

 a { background-color: rgb(159,0,223); }

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

border-color css

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

 span { border-color: rgb(159,0,223); }

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