#8236CC

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

Shades of Blue Violet #8236CC

Tints of Blue Violet #8236CC

Color information

#8236CC (or 0x8236CC) is unknown color: approx Blue Violet. HEX triplet: 82, 36 and CC. RGB value is (130,54,204). Sum of RGB (Red+Green+Blue) = 130+54+204=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #8236CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8236CC is #7DC933. Grayscale: #5D5D5D. Windows color (decimal): -8243508 or 13383298. OLE color: 13383298.

HSL color Cylindrical-coordinate representation of color #8236CC: hue angle of 270.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8236CC is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13054204-
CMYK0.360.7400.2
HSL270.4º59.52%50.59%-
HSV(B)270.4º73.53%80%-
XYZ21.4211.7458.26-
YUV93.82190.18153.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=33.51%
G=13.92%
B=52.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130542040.360.7400.2270.459.5250.59
Hex8236CC244A01410e3c33
Octal20266314441120244167463
Binary10000010110110110011001001001001010010100100001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8236CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8236CC; }

 p { color: rgb(130,54,204); }

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

<style>
 a { background-color: #8236CC; }

 a { background-color: rgb(130,54,204); }

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

<style>
 span { border-color: #8236CC; }

 span { border-color: rgb(130,54,204); }

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