Html Css Color HEX #8D0CEA Dark Violet

📋 copy color: '#8D0CEA'

red 141 ◦ green 12 ◦ blue 234

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

Shades of Dark Violet #8D0CEA

Tints of Dark Violet #8D0CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

 BLUE value IS 234 (91.8% from 255) = 60.47%

R = 36.43%
G = 3.1%
B = 60.47%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D0CEA (or 0x8D0CEA) is known color: Dark Violet. HEX triplet: 8D, 0C and EA. RGB value is (141,12,234). Sum of RGB (Red+Green+Blue) = 141+12+234=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D0CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0CEA is #72F315. Grayscale: #4B4B4B. Windows color (decimal): -7533334 or 15338637. OLE color: 15338637.

HSL color Cylindrical-coordinate representation of color #8D0CEA: hue angle of 274.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0CEA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 12 234 -
CMYK 0.40 0.95 0 0.08
HSL 274.86º 0.9% 0.48% -
HSV(B) 274.86º 0.95% 0.92% -
XYZ 25.97 11.87 78.76 -
YUV 75.88 217.24 174.45 -
System Red Green Blue C M Y K H S L
Decimal 141 12 234 0.40 0.95 0 0.08 274.86 0.9 0.48
Hex 8D C EA 28 5F 0 8 113 5A 30
Octal 215 14 352 50 137 0 10 423 132 60
Binary 10001101 1100 11101010 101000 1011111 0 1000 100010011 1011010 110000

Color Harmonies of #8D0CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0CEA

Black with #8D0CEA

Text Example


Text Example

White with #8D0CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,12,234); }

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

background-color css

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

 a { background-color: rgb(141,12,234); }

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

border-color css

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

 span { border-color: rgb(141,12,234); }

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