Html Css Color HEX #8505DD Dark Violet

📋 copy color: '#8505DD'

red 133 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #8505DD

Tints of Dark Violet #8505DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.56%

R = 37.05%
G = 1.39%
B = 61.56%

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

#8505DD (or 0x8505DD) is known color: Dark Violet. HEX triplet: 85, 05 and DD. RGB value is (133,5,221). Sum of RGB (Red+Green+Blue) = 133+5+221=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #8505DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505DD is #7AFA22. Grayscale: #434343. Windows color (decimal): -8059427 or 14484869. OLE color: 14484869.

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

Color convert

RGB 133 5 221 -
CMYK 0.40 0.98 0 0.13
HSL 275.56º 0.96% 0.44% -
HSV(B) 275.56º 0.98% 0.87% -
XYZ 22.78 10.32 69.2 -
YUV 67.9 214.41 174.44 -
System Red Green Blue C M Y K H S L
Decimal 133 5 221 0.40 0.98 0 0.13 275.56 0.96 0.44
Hex 85 5 DD 28 62 0 D 114 60 2C
Octal 205 5 335 50 142 0 15 424 140 54
Binary 10000101 101 11011101 101000 1100010 0 1101 100010100 1100000 101100

Color Harmonies of #8505DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8505DD

Black with #8505DD

Text Example


Text Example

White with #8505DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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