Html Css Color HEX #8505DF Dark Violet

📋 copy color: '#8505DF'

red 133 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #8505DF

Tints of Dark Violet #8505DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.77%

R = 36.84%
G = 1.39%
B = 61.77%

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

#8505DF (or 0x8505DF) is known color: Dark Violet. HEX triplet: 85, 05 and DF. RGB value is (133,5,223). Sum of RGB (Red+Green+Blue) = 133+5+223=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #8505DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505DF is #7AFA20. Grayscale: #434343. Windows color (decimal): -8059425 or 14615941. OLE color: 14615941.

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

Color convert

RGB 133 5 223 -
CMYK 0.40 0.98 0 0.13
HSL 275.23º 0.96% 0.45% -
HSV(B) 275.23º 0.98% 0.87% -
XYZ 23.05 10.42 70.61 -
YUV 68.12 215.41 174.27 -
System Red Green Blue C M Y K H S L
Decimal 133 5 223 0.40 0.98 0 0.13 275.23 0.96 0.45
Hex 85 5 DF 28 62 0 D 113 60 2D
Octal 205 5 337 50 142 0 15 423 140 55
Binary 10000101 101 11011111 101000 1100010 0 1101 100010011 1100000 101101

Color Harmonies of #8505DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505DF

Black with #8505DF

Text Example


Text Example

White with #8505DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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