Html Css Color HEX #8D05DD Dark Violet

📋 copy color: '#8D05DD'

red 141 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #8D05DD

Tints of Dark Violet #8D05DD

RGB

 RED value IS 141 (55.47% from 255) = 38.42%

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

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

R = 38.42%
G = 1.36%
B = 60.22%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D05DD (or 0x8D05DD) is known color: Dark Violet. HEX triplet: 8D, 05 and DD. RGB value is (141,5,221). Sum of RGB (Red+Green+Blue) = 141+5+221=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D05DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D05DD is #72FA22. Grayscale: #454545. Windows color (decimal): -7535139 or 14484877. OLE color: 14484877.

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

Color convert

RGB 141 5 221 -
CMYK 0.36 0.98 0 0.13
HSL 277.78º 0.96% 0.44% -
HSV(B) 277.78º 0.98% 0.87% -
XYZ 24.09 10.99 69.26 -
YUV 70.29 213.06 178.44 -
System Red Green Blue C M Y K H S L
Decimal 141 5 221 0.36 0.98 0 0.13 277.78 0.96 0.44
Hex 8D 5 DD 24 62 0 D 116 60 2C
Octal 215 5 335 44 142 0 15 426 140 54
Binary 10001101 101 11011101 100100 1100010 0 1101 100010110 1100000 101100

Color Harmonies of #8D05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D05DD

Black with #8D05DD

Text Example


Text Example

White with #8D05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D05DD; }

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

 H1.HeaderClassName
 {
   color: #8D05DD;
 }
 .AnyTagClassName
 {
   color: #8D05DD;
 }
</style>

background-color css

<style>
 a { background-color: #8D05DD; }

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

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

border-color css

<style>
 span { border-color: #8D05DD; }

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

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