Html Css Color HEX #8505EC Dark Violet

📋 copy color: '#8505EC'

red 133 ◦ green 5 ◦ blue 236

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

Shades of Dark Violet #8505EC

Tints of Dark Violet #8505EC

RGB

 RED value IS 133 (52.34% from 255) = 35.56%

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 35.56%
G = 1.34%
B = 63.1%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8505EC (or 0x8505EC) is known color: Dark Violet. HEX triplet: 85, 05 and EC. RGB value is (133,5,236). Sum of RGB (Red+Green+Blue) = 133+5+236=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #8505EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8505EC is #7AFA13. Grayscale: #444444. Windows color (decimal): -8059412 or 15467909. OLE color: 15467909.

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

Color convert

RGB 133 5 236 -
CMYK 0.44 0.98 0 0.07
HSL 273.25º 0.96% 0.47% -
HSV(B) 273.25º 0.98% 0.93% -
XYZ 24.87 11.15 80.2 -
YUV 69.61 221.91 173.22 -
System Red Green Blue C M Y K H S L
Decimal 133 5 236 0.44 0.98 0 0.07 273.25 0.96 0.47
Hex 85 5 EC 2C 62 0 7 111 60 2F
Octal 205 5 354 54 142 0 7 421 140 57
Binary 10000101 101 11101100 101100 1100010 0 111 100010001 1100000 101111

Color Harmonies of #8505EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505EC

Black with #8505EC

Text Example


Text Example

White with #8505EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8505EC;
 }
 .AnyTagClassName
 {
   color: #8505EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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