Html Css Color HEX #9F01CF Dark Violet

📋 copy color: '#9F01CF'

red 159 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #9F01CF

Tints of Dark Violet #9F01CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 43.32%
G = 0.27%
B = 56.4%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F01CF (or 0x9F01CF) is known color: Dark Violet. HEX triplet: 9F, 01 and CF. RGB value is (159,1,207). Sum of RGB (Red+Green+Blue) = 159+1+207=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F01CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01CF is #60FE30. Grayscale: #474747. Windows color (decimal): -6356529 or 13566367. OLE color: 13566367.

HSL color Cylindrical-coordinate representation of color #9F01CF: hue angle of 286.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01CF is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 1 207 -
CMYK 0.23 1.00 0 0.19
HSL 286.02º 0.99% 0.41% -
HSV(B) 286.02º 1% 0.81% -
XYZ 25.57 11.9 59.98 -
YUV 71.73 204.35 190.25 -
System Red Green Blue C M Y K H S L
Decimal 159 1 207 0.23 1.00 0 0.19 286.02 0.99 0.41
Hex 9F 1 CF 17 64 0 13 11E 63 29
Octal 237 1 317 27 144 0 23 436 143 51
Binary 10011111 1 11001111 10111 1100100 0 10011 100011110 1100011 101001

Color Harmonies of #9F01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01CF

Black with #9F01CF

Text Example


Text Example

White with #9F01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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