Html Css Color HEX #8500DD Dark Violet

📋 copy color: '#8500DD'

red 133 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #8500DD

Tints of Dark Violet #8500DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.57%
G = 0%
B = 62.43%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8500DD (or 0x8500DD) is known color: Dark Violet. HEX triplet: 85, 00 and DD. RGB value is (133,0,221). Sum of RGB (Red+Green+Blue) = 133+0+221=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #8500DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500DD is #7AFF22. Grayscale: #404040. Windows color (decimal): -8060707 or 14483589. OLE color: 14483589.

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

Color convert

RGB 133 0 221 -
CMYK 0.40 1 0 0.13
HSL 276.11º 1% 0.43% -
HSV(B) 276.11º 1% 0.87% -
XYZ 22.72 10.21 69.18 -
YUV 64.96 216.06 176.53 -
System Red Green Blue C M Y K H S L
Decimal 133 0 221 0.40 1 0 0.13 276.11 1 0.43
Hex 85 0 DD 28 64 0 D 114 64 2B
Octal 205 0 335 50 144 0 15 424 144 53
Binary 10000101 0 11011101 101000 1100100 0 1101 100010100 1100100 101011

Color Harmonies of #8500DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8500DD

Black with #8500DD

Text Example


Text Example

White with #8500DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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