Html Css Color HEX #9F06F1 Dark Violet

📋 copy color: '#9F06F1'

red 159 ◦ green 6 ◦ blue 241

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

Shades of Dark Violet #9F06F1

Tints of Dark Violet #9F06F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 39.16%
G = 1.48%
B = 59.36%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F06F1 (or 0x9F06F1) is known color: Dark Violet. HEX triplet: 9F, 06 and F1. RGB value is (159,6,241). Sum of RGB (Red+Green+Blue) = 159+6+241=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F06F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F06F1 is #60F90E. Grayscale: #4D4D4D. Windows color (decimal): -6355215 or 15795871. OLE color: 15795871.

HSL color Cylindrical-coordinate representation of color #9F06F1: hue angle of 279.06º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F06F1 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 6 241 -
CMYK 0.34 0.98 0 0.05
HSL 279.06º 0.95% 0.48% -
HSV(B) 279.06º 0.98% 0.95% -
XYZ 30.24 13.85 84.3 -
YUV 78.54 219.69 185.39 -
System Red Green Blue C M Y K H S L
Decimal 159 6 241 0.34 0.98 0 0.05 279.06 0.95 0.48
Hex 9F 6 F1 22 62 0 5 117 5F 30
Octal 237 6 361 42 142 0 5 427 137 60
Binary 10011111 110 11110001 100010 1100010 0 101 100010111 1011111 110000

Color Harmonies of #9F06F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F06F1

Black with #9F06F1

Text Example


Text Example

White with #9F06F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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