#9805F6

Color #9805F6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9805F6

Tints of Dark Violet #9805F6

Color information

#9805F6 (or 0x9805F6) is unknown color: approx Dark Violet. HEX triplet: 98, 05 and F6. RGB value is (152,5,246). Sum of RGB (Red+Green+Blue) = 152+5+246=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #9805F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9805F6 is #67FA09. Grayscale: #4B4B4B. Windows color (decimal): -6814218 or 16123288. OLE color: 16123288.

HSL color Cylindrical-coordinate representation of color #9805F6: hue angle of 276.6º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9805F6 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1525246-
CMYK0.380.9800.04
HSL276.6º96.02%49.22%-
HSV(B)276.6º97.97%96.47%-
XYZ29.6413.4488.22-
YUV76.43223.7181.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 5 (2.34% from 255) = 1.24%
BLUE value IS 246 (96.48% from 255) = 61.04%
R=37.72%
G=1.24%
B=61.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15252460.380.9800.04276.696.0249.22
Hex985F62662041156031
Octal2305366461420442514061
Binary1001100010111110110100110110001001001000101011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9805F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9805F6; }

 p { color: rgb(152,5,246); }

 H1.HeaderClassName
 {
   color: #9805F6;
 }
 .AnyTagClassName
 {
   color: #9805F6;
 }
</style>
background-color css

<style>
 a { background-color: #9805F6; }

 a { background-color: rgb(152,5,246); }

 div.DivClassName
 {
   background-color: #9805F6;
 }
 .BgClassName
 {
   background-color: #9805F6;
 }
</style>
border-color css

<style>
 span { border-color: #9805F6; }

 span { border-color: rgb(152,5,246); }

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