Html Css Color HEX #8D0BBB Dark Violet

📋 copy color: '#8D0BBB'

red 141 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #8D0BBB

Tints of Dark Violet #8D0BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 41.59%
G = 3.24%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D0BBB (or 0x8D0BBB) is known color: Dark Violet. HEX triplet: 8D, 0B and BB. RGB value is (141,11,187). Sum of RGB (Red+Green+Blue) = 141+11+187=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0BBB is #72F444. Grayscale: #454545. Windows color (decimal): -7533637 or 12258189. OLE color: 12258189.

HSL color Cylindrical-coordinate representation of color #8D0BBB: hue angle of 284.32º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0BBB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 11 187 -
CMYK 0.25 0.94 0 0.27
HSL 284.32º 0.89% 0.39% -
HSV(B) 284.32º 0.94% 0.73% -
XYZ 20.07 9.49 47.79 -
YUV 69.93 194.07 178.69 -
System Red Green Blue C M Y K H S L
Decimal 141 11 187 0.25 0.94 0 0.27 284.32 0.89 0.39
Hex 8D B BB 19 5E 0 1B 11C 59 27
Octal 215 13 273 31 136 0 33 434 131 47
Binary 10001101 1011 10111011 11001 1011110 0 11011 100011100 1011001 100111

Color Harmonies of #8D0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0BBB

Black with #8D0BBB

Text Example


Text Example

White with #8D0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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