Html Css Color HEX #8D05F9 Dark Violet

📋 copy color: '#8D05F9'

red 141 ◦ green 5 ◦ blue 249

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

Shades of Dark Violet #8D05F9

Tints of Dark Violet #8D05F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.04%

R = 35.7%
G = 1.27%
B = 63.04%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D05F9 (or 0x8D05F9) is known color: Dark Violet. HEX triplet: 8D, 05 and F9. RGB value is (141,5,249). Sum of RGB (Red+Green+Blue) = 141+5+249=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D05F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D05F9 is #72FA06. Grayscale: #484848. Windows color (decimal): -7535111 or 16319885. OLE color: 16319885.

HSL color Cylindrical-coordinate representation of color #8D05F9: hue angle of 273.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D05F9 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 5 249 -
CMYK 0.43 0.98 0 0.02
HSL 273.44º 0.96% 0.5% -
HSV(B) 273.44º 0.98% 0.98% -
XYZ 28.14 12.61 90.57 -
YUV 73.48 227.06 176.16 -
System Red Green Blue C M Y K H S L
Decimal 141 5 249 0.43 0.98 0 0.02 273.44 0.96 0.5
Hex 8D 5 F9 2B 62 0 2 111 60 32
Octal 215 5 371 53 142 0 2 421 140 62
Binary 10001101 101 11111001 101011 1100010 0 10 100010001 1100000 110010

Color Harmonies of #8D05F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D05F9

Black with #8D05F9

Text Example


Text Example

White with #8D05F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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