Html Css Color HEX #8D08DA Dark Violet

📋 copy color: '#8D08DA'

red 141 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #8D08DA

Tints of Dark Violet #8D08DA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 38.42%
G = 2.18%
B = 59.4%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D08DA (or 0x8D08DA) is known color: Dark Violet. HEX triplet: 8D, 08 and DA. RGB value is (141,8,218). Sum of RGB (Red+Green+Blue) = 141+8+218=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D08DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08DA is #72F725. Grayscale: #474747. Windows color (decimal): -7534374 or 14289037. OLE color: 14289037.

HSL color Cylindrical-coordinate representation of color #8D08DA: hue angle of 278º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D08DA is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 8 218 -
CMYK 0.35 0.96 0 0.15
HSL 278º 0.93% 0.44% -
HSV(B) 278º 0.96% 0.85% -
XYZ 23.73 10.9 67.18 -
YUV 71.71 210.56 177.42 -
System Red Green Blue C M Y K H S L
Decimal 141 8 218 0.35 0.96 0 0.15 278 0.93 0.44
Hex 8D 8 DA 23 60 0 F 116 5D 2C
Octal 215 10 332 43 140 0 17 426 135 54
Binary 10001101 1000 11011010 100011 1100000 0 1111 100010110 1011101 101100

Color Harmonies of #8D08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D08DA

Black with #8D08DA

Text Example


Text Example

White with #8D08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,8,218); }

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

background-color css

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

 a { background-color: rgb(141,8,218); }

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

border-color css

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

 span { border-color: rgb(141,8,218); }

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