Html Css Color HEX #8D0BEB Dark Violet

📋 copy color: '#8D0BEB'

red 141 ◦ green 11 ◦ blue 235

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

Shades of Dark Violet #8D0BEB

Tints of Dark Violet #8D0BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 36.43%
G = 2.84%
B = 60.72%

CMYK

 C value IS 0.4

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D0BEB (or 0x8D0BEB) is known color: Dark Violet. HEX triplet: 8D, 0B and EB. RGB value is (141,11,235). Sum of RGB (Red+Green+Blue) = 141+11+235=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0BEB is #72F414. Grayscale: #4A4A4A. Windows color (decimal): -7533589 or 15403917. OLE color: 15403917.

HSL color Cylindrical-coordinate representation of color #8D0BEB: hue angle of 274.82º degrees, saturation: 0.91, 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 #8D0BEB is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 11 235 -
CMYK 0.4 0.95 0 0.08
HSL 274.82º 0.91% 0.48% -
HSV(B) 274.82º 0.95% 0.92% -
XYZ 26.1 11.9 79.52 -
YUV 75.41 218.07 174.79 -
System Red Green Blue C M Y K H S L
Decimal 141 11 235 0.4 0.95 0 0.08 274.82 0.91 0.48
Hex 8D B EB 28 5F 0 8 113 5B 30
Octal 215 13 353 50 137 0 10 423 133 60
Binary 10001101 1011 11101011 101000 1011111 0 1000 100010011 1011011 110000

Color Harmonies of #8D0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0BEB

Black with #8D0BEB

Text Example


Text Example

White with #8D0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,11,235); }

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

background-color css

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

 a { background-color: rgb(141,11,235); }

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

border-color css

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

 span { border-color: rgb(141,11,235); }

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