#8238D1

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

Shades of Blue Violet #8238D1

Tints of Blue Violet #8238D1

Color information

#8238D1 (or 0x8238D1) is unknown color: approx Blue Violet. HEX triplet: 82, 38 and D1. RGB value is (130,56,209). Sum of RGB (Red+Green+Blue) = 130+56+209=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #8238D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238D1 is #7DC72E. Grayscale: #5F5F5F. Windows color (decimal): -8242991 or 13711490. OLE color: 13711490.

HSL color Cylindrical-coordinate representation of color #8238D1: hue angle of 269.02º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8238D1 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13056209-
CMYK0.380.7300.18
HSL269.02º62.45%51.96%-
HSV(B)269.02º73.21%81.96%-
XYZ22.1312.1861.51-
YUV95.57192.02152.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=32.91%
G=14.18%
B=52.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130562090.380.7300.18269.0262.4551.96
Hex8238D1264901210d3e34
Octal20270321461110224157664
Binary10000010111000110100011001101001001010010100001101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8238D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8238D1; }

 p { color: rgb(130,56,209); }

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

<style>
 a { background-color: #8238D1; }

 a { background-color: rgb(130,56,209); }

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

<style>
 span { border-color: #8238D1; }

 span { border-color: rgb(130,56,209); }

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