#8D26DB

Color #8D26DB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8D26DB

Tints of Blue Violet #8D26DB

Color information

#8D26DB (or 0x8D26DB) is unknown color: approx Blue Violet. HEX triplet: 8D, 26 and DB. RGB value is (141,38,219). Sum of RGB (Red+Green+Blue) = 141+38+219=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D26DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D26DB is #72D924. Grayscale: #585858. Windows color (decimal): -7526693 or 14362253. OLE color: 14362253.

HSL color Cylindrical-coordinate representation of color #8D26DB: hue angle of 274.14º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D26DB is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14138219-
CMYK0.360.8300.14
HSL274.14º71.54%50.39%-
HSV(B)274.14º82.65%85.88%-
XYZ24.4612.1668.08-
YUV89.43201.12164.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 38 (15.23% from 255) = 9.55%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=35.43%
G=9.55%
B=55.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141382190.360.8300.14274.1471.5450.39
Hex8D26DB24530E1124832
Octal215463334412301642211062
Binary10001101100110110110111001001010011011101000100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D26DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,219); }

 H1.HeaderClassName
 {
   color: #8D26DB;
 }
 .AnyTagClassName
 {
   color: #8D26DB;
 }
</style>
background-color css

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

 a { background-color: rgb(141,38,219); }

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

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

 span { border-color: rgb(141,38,219); }

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