#8335CF

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

Shades of Blue Violet #8335CF

Tints of Blue Violet #8335CF

Color information

#8335CF (or 0x8335CF) is unknown color: approx Blue Violet. HEX triplet: 83, 35 and CF. RGB value is (131,53,207). Sum of RGB (Red+Green+Blue) = 131+53+207=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #8335CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335CF is #7CCA30. Grayscale: #5D5D5D. Windows color (decimal): -8178225 or 13579651. OLE color: 13579651.

HSL color Cylindrical-coordinate representation of color #8335CF: hue angle of 270.39º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8335CF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13153207-
CMYK0.370.7400.19
HSL270.39º61.6%50.98%-
HSV(B)270.39º74.4%81.18%-
XYZ21.911.8860.17-
YUV93.88191.84154.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=33.50%
G=13.55%
B=52.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131532070.370.7400.19270.3961.650.98
Hex8335CF254A01310e3e33
Octal20365317451120234167663
Binary10000011110101110011111001011001010010011100001110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8335CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8335CF; }

 p { color: rgb(131,53,207); }

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

<style>
 a { background-color: #8335CF; }

 a { background-color: rgb(131,53,207); }

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

<style>
 span { border-color: #8335CF; }

 span { border-color: rgb(131,53,207); }

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