#8D30D7

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

Shades of Blue Violet #8D30D7

Tints of Blue Violet #8D30D7

Color information

#8D30D7 (or 0x8D30D7) is unknown color: approx Blue Violet. HEX triplet: 8D, 30 and D7. RGB value is (141,48,215). Sum of RGB (Red+Green+Blue) = 141+48+215=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D30D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D30D7 is #72CF28. Grayscale: #5E5E5E. Windows color (decimal): -7524137 or 14102669. OLE color: 14102669.

HSL color Cylindrical-coordinate representation of color #8D30D7: hue angle of 273.41º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D30D7 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14148215-
CMYK0.340.7800.16
HSL273.41º67.61%51.57%-
HSV(B)273.41º77.67%84.31%-
XYZ24.3112.6865.46-
YUV94.84195.81160.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 215 (84.38% from 255) = 53.22%
R=34.90%
G=11.88%
B=53.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141482150.340.7800.16273.4167.6151.57
Hex8D30D7224E0101114434
Octal215603274211602042110464
Binary100011011100001101011110001010011100100001000100011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D30D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,215); }

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

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

 a { background-color: rgb(141,48,215); }

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

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

 span { border-color: rgb(141,48,215); }

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