Html Css Color HEX #8D08EC Dark Violet

📋 copy color: '#8D08EC'

red 141 ◦ green 8 ◦ blue 236

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

Shades of Dark Violet #8D08EC

Tints of Dark Violet #8D08EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 36.62%
G = 2.08%
B = 61.3%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D08EC (or 0x8D08EC) is known color: Dark Violet. HEX triplet: 8D, 08 and EC. RGB value is (141,8,236). Sum of RGB (Red+Green+Blue) = 141+8+236=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D08EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D08EC is #72F713. Grayscale: #484848. Windows color (decimal): -7534356 or 15468685. OLE color: 15468685.

HSL color Cylindrical-coordinate representation of color #8D08EC: hue angle of 275º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D08EC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 8 236 -
CMYK 0.40 0.97 0 0.07
HSL 275º 0.93% 0.48% -
HSV(B) 275º 0.97% 0.93% -
XYZ 26.21 11.89 80.27 -
YUV 73.76 219.56 175.96 -
System Red Green Blue C M Y K H S L
Decimal 141 8 236 0.40 0.97 0 0.07 275 0.93 0.48
Hex 8D 8 EC 28 61 0 7 113 5D 30
Octal 215 10 354 50 141 0 7 423 135 60
Binary 10001101 1000 11101100 101000 1100001 0 111 100010011 1011101 110000

Color Harmonies of #8D08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D08EC

Black with #8D08EC

Text Example


Text Example

White with #8D08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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