Html Css Color HEX #8505DC Dark Violet

📋 copy color: '#8505DC'

red 133 ◦ green 5 ◦ blue 220

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

Shades of Dark Violet #8505DC

Tints of Dark Violet #8505DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 37.15%
G = 1.4%
B = 61.45%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8505DC (or 0x8505DC) is known color: Dark Violet. HEX triplet: 85, 05 and DC. RGB value is (133,5,220). Sum of RGB (Red+Green+Blue) = 133+5+220=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #8505DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505DC is #7AFA23. Grayscale: #434343. Windows color (decimal): -8059428 or 14419333. OLE color: 14419333.

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

Color convert

RGB 133 5 220 -
CMYK 0.40 0.98 0 0.14
HSL 275.72º 0.96% 0.44% -
HSV(B) 275.72º 0.98% 0.86% -
XYZ 22.65 10.26 68.5 -
YUV 67.78 213.91 174.52 -
System Red Green Blue C M Y K H S L
Decimal 133 5 220 0.40 0.98 0 0.14 275.72 0.96 0.44
Hex 85 5 DC 28 62 0 E 114 60 2C
Octal 205 5 334 50 142 0 16 424 140 54
Binary 10000101 101 11011100 101000 1100010 0 1110 100010100 1100000 101100

Color Harmonies of #8505DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505DC

Black with #8505DC

Text Example


Text Example

White with #8505DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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