#8334CC

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

Shades of Blue Violet #8334CC

Tints of Blue Violet #8334CC

Color information

#8334CC (or 0x8334CC) is unknown color: approx Blue Violet. HEX triplet: 83, 34 and CC. RGB value is (131,52,204). Sum of RGB (Red+Green+Blue) = 131+52+204=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #8334CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334CC is #7CCB33. Grayscale: #5C5C5C. Windows color (decimal): -8178484 or 13382787. OLE color: 13382787.

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

Color convert

RGB13152204-
CMYK0.360.7500.2
HSL271.18º59.84%50.2%-
HSV(B)271.18º74.51%80%-
XYZ21.4911.6458.24-
YUV92.95190.67155.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=33.85%
G=13.44%
B=52.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131522040.360.7500.2271.1859.8450.2
Hex8334CC244B01410f3c32
Octal20364314441130244177462
Binary10000011110100110011001001001001011010100100001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8334CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,52,204); }

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

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

 a { background-color: rgb(131,52,204); }

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

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

 span { border-color: rgb(131,52,204); }

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