Html Css Color HEX #9F0AD6 Dark Violet

📋 copy color: '#9F0AD6'

red 159 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #9F0AD6

Tints of Dark Violet #9F0AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

 BLUE value IS 214 (83.98% from 255) = 55.87%

R = 41.51%
G = 2.61%
B = 55.87%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F0AD6 (or 0x9F0AD6) is known color: Dark Violet. HEX triplet: 9F, 0A and D6. RGB value is (159,10,214). Sum of RGB (Red+Green+Blue) = 159+10+214=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F0AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0AD6 is #60F529. Grayscale: #4D4D4D. Windows color (decimal): -6354218 or 14027423. OLE color: 14027423.

HSL color Cylindrical-coordinate representation of color #9F0AD6: hue angle of 283.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0AD6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 10 214 -
CMYK 0.26 0.95 0 0.16
HSL 283.82º 0.91% 0.44% -
HSV(B) 283.82º 0.95% 0.84% -
XYZ 26.54 12.44 64.62 -
YUV 77.81 204.86 185.91 -
System Red Green Blue C M Y K H S L
Decimal 159 10 214 0.26 0.95 0 0.16 283.82 0.91 0.44
Hex 9F A D6 1A 5F 0 10 11C 5B 2C
Octal 237 12 326 32 137 0 20 434 133 54
Binary 10011111 1010 11010110 11010 1011111 0 10000 100011100 1011011 101100

Color Harmonies of #9F0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0AD6

Black with #9F0AD6

Text Example


Text Example

White with #9F0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,214); }

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

background-color css

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

 a { background-color: rgb(159,10,214); }

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

border-color css

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

 span { border-color: rgb(159,10,214); }

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