Html Css Color HEX #8505DE Dark Violet

📋 copy color: '#8505DE'

red 133 ◦ green 5 ◦ blue 222

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

Shades of Dark Violet #8505DE

Tints of Dark Violet #8505DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.67%

R = 36.94%
G = 1.39%
B = 61.67%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8505DE (or 0x8505DE) is known color: Dark Violet. HEX triplet: 85, 05 and DE. RGB value is (133,5,222). Sum of RGB (Red+Green+Blue) = 133+5+222=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #8505DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505DE is #7AFA21. Grayscale: #434343. Windows color (decimal): -8059426 or 14550405. OLE color: 14550405.

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

Color convert

RGB 133 5 222 -
CMYK 0.40 0.98 0 0.13
HSL 275.39º 0.96% 0.45% -
HSV(B) 275.39º 0.98% 0.87% -
XYZ 22.91 10.37 69.9 -
YUV 68.01 214.91 174.36 -
System Red Green Blue C M Y K H S L
Decimal 133 5 222 0.40 0.98 0 0.13 275.39 0.96 0.45
Hex 85 5 DE 28 62 0 D 113 60 2D
Octal 205 5 336 50 142 0 15 423 140 55
Binary 10000101 101 11011110 101000 1100010 0 1101 100010011 1100000 101101

Color Harmonies of #8505DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505DE

Black with #8505DE

Text Example


Text Example

White with #8505DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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