#8505ee

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

Shades of Dark Violet #8505EE

Tints of Dark Violet #8505EE

Color information

#8505EE (or 0x8505EE) is unknown color: approx Dark Violet. HEX triplet: 85, 05 and EE. RGB value is (133,5,238). Sum of RGB (Red+Green+Blue) = 133+5+238=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #8505EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8505EE is #7AFA11. Grayscale: #454545. Windows color (decimal): -8059410 or 15598981. OLE color: 15598981.

HSL color Cylindrical-coordinate representation of color #8505EE: hue angle of 272.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505EE is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1335238-
CMYK0.440.9800.07
HSL272.96º95.88%47.65%-
HSV(B)272.96º97.9%93.33%-
XYZ25.1611.2781.74-
YUV69.83222.91173.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 238 (93.36% from 255) = 63.30%
R=35.37%
G=1.33%
B=63.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13352380.440.9800.07272.9695.8847.65
Hex855EE2C62071116030
Octal2055356541420742114060
Binary1000010110111101110101100110001001111000100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8505ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8505ee; }

 p { color: rgb(133,5,238); }

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

<style>
 a { background-color: #8505ee; }

 a { background-color: rgb(133,5,238); }

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

<style>
 span { border-color: #8505ee; }

 span { border-color: rgb(133,5,238); }

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