Html Css Color HEX #8505E0 Dark Violet

📋 copy color: '#8505E0'

red 133 ◦ green 5 ◦ blue 224

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

Shades of Dark Violet #8505E0

Tints of Dark Violet #8505E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.88%

R = 36.74%
G = 1.38%
B = 61.88%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8505E0 (or 0x8505E0) is known color: Dark Violet. HEX triplet: 85, 05 and E0. RGB value is (133,5,224). Sum of RGB (Red+Green+Blue) = 133+5+224=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #8505E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505E0 is #7AFA1F. Grayscale: #434343. Windows color (decimal): -8059424 or 14681477. OLE color: 14681477.

HSL color Cylindrical-coordinate representation of color #8505E0: hue angle of 275.07º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505E0 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 5 224 -
CMYK 0.41 0.98 0 0.12
HSL 275.07º 0.96% 0.45% -
HSV(B) 275.07º 0.98% 0.88% -
XYZ 23.18 10.48 71.32 -
YUV 68.24 215.91 174.19 -
System Red Green Blue C M Y K H S L
Decimal 133 5 224 0.41 0.98 0 0.12 275.07 0.96 0.45
Hex 85 5 E0 29 62 0 C 113 60 2D
Octal 205 5 340 51 142 0 14 423 140 55
Binary 10000101 101 11100000 101001 1100010 0 1100 100010011 1100000 101101

Color Harmonies of #8505E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505E0

Black with #8505E0

Text Example


Text Example

White with #8505E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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