Html Css Color HEX #8D00BB Dark Violet

📋 copy color: '#8D00BB'

red 141 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #8D00BB

Tints of Dark Violet #8D00BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.99%
G = 0%
B = 57.01%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D00BB (or 0x8D00BB) is known color: Dark Violet. HEX triplet: 8D, 00 and BB. RGB value is (141,0,187). Sum of RGB (Red+Green+Blue) = 141+0+187=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00BB is #72FF44. Grayscale: #3E3E3E. Windows color (decimal): -7536453 or 12255373. OLE color: 12255373.

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

Color convert

RGB 141 0 187 -
CMYK 0.25 1 0 0.27
HSL 285.24º 1% 0.37% -
HSV(B) 285.24º 1% 0.73% -
XYZ 19.95 9.25 47.75 -
YUV 63.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 141 0 187 0.25 1 0 0.27 285.24 1 0.37
Hex 8D 0 BB 19 64 0 1B 11D 64 25
Octal 215 0 273 31 144 0 33 435 144 45
Binary 10001101 0 10111011 11001 1100100 0 11011 100011101 1100100 100101

Color Harmonies of #8D00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D00BB

Black with #8D00BB

Text Example


Text Example

White with #8D00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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