Html Css Color HEX #8505ED Dark Violet

📋 copy color: '#8505ED'

red 133 ◦ green 5 ◦ blue 237

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

Shades of Dark Violet #8505ED

Tints of Dark Violet #8505ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 35.47%
G = 1.33%
B = 63.2%

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

#8505ED (or 0x8505ED) is known color: Dark Violet. HEX triplet: 85, 05 and ED. RGB value is (133,5,237). Sum of RGB (Red+Green+Blue) = 133+5+237=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #8505ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8505ED is #7AFA12. Grayscale: #444444. Windows color (decimal): -8059411 or 15533445. OLE color: 15533445.

HSL color Cylindrical-coordinate representation of color #8505ED: hue angle of 273.1º 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 #8505ED is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 5 237 -
CMYK 0.44 0.98 0 0.07
HSL 273.1º 0.96% 0.47% -
HSV(B) 273.1º 0.98% 0.93% -
XYZ 25.01 11.21 80.97 -
YUV 69.72 222.41 173.14 -
System Red Green Blue C M Y K H S L
Decimal 133 5 237 0.44 0.98 0 0.07 273.1 0.96 0.47
Hex 85 5 ED 2C 62 0 7 111 60 2F
Octal 205 5 355 54 142 0 7 421 140 57
Binary 10000101 101 11101101 101100 1100010 0 111 100010001 1100000 101111

Color Harmonies of #8505ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505ED

Black with #8505ED

Text Example


Text Example

White with #8505ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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