#8239CD

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

Shades of Blue Violet #8239CD

Tints of Blue Violet #8239CD

Color information

#8239CD (or 0x8239CD) is unknown color: approx Blue Violet. HEX triplet: 82, 39 and CD. RGB value is (130,57,205). Sum of RGB (Red+Green+Blue) = 130+57+205=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #8239CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239CD is #7DC632. Grayscale: #5F5F5F. Windows color (decimal): -8242739 or 13449602. OLE color: 13449602.

HSL color Cylindrical-coordinate representation of color #8239CD: hue angle of 269.59º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8239CD is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13057205-
CMYK0.370.7200.20
HSL269.59º59.68%51.37%-
HSV(B)269.59º72.2%80.39%-
XYZ21.6912.0858.95-
YUV95.7189.68152.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 205 (80.47% from 255) = 52.30%
R=33.16%
G=14.54%
B=52.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130572050.370.7200.20269.5959.6851.37
Hex8239CD254801410e3c33
Octal20271315451100244167463
Binary10000010111001110011011001011001000010100100001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8239CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8239CD; }

 p { color: rgb(130,57,205); }

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

<style>
 a { background-color: #8239CD; }

 a { background-color: rgb(130,57,205); }

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

<style>
 span { border-color: #8239CD; }

 span { border-color: rgb(130,57,205); }

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