#831EC9

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

Shades of Blue Violet #831EC9

Tints of Blue Violet #831EC9

Color information

#831EC9 (or 0x831EC9) is unknown color: approx Blue Violet. HEX triplet: 83, 1E and C9. RGB value is (131,30,201). Sum of RGB (Red+Green+Blue) = 131+30+201=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #831EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EC9 is #7CE136. Grayscale: #4F4F4F. Windows color (decimal): -8184119 or 13180547. OLE color: 13180547.

HSL color Cylindrical-coordinate representation of color #831EC9: hue angle of 275.44º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831EC9 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13130201-
CMYK0.350.8500.21
HSL275.44º74.03%45.29%-
HSV(B)275.44º85.07%78.82%-
XYZ20.379.9756.11-
YUV79.69196.46164.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 30 (12.11% from 255) = 8.29%
BLUE value IS 201 (78.91% from 255) = 55.52%
R=36.19%
G=8.29%
B=55.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131302010.350.8500.21275.4474.0345.29
Hex831EC923550151134a2d
Octal203363114312502542311255
Binary10000011111101100100110001110101010101011000100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831EC9; }

 p { color: rgb(131,30,201); }

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

<style>
 a { background-color: #831EC9; }

 a { background-color: rgb(131,30,201); }

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

<style>
 span { border-color: #831EC9; }

 span { border-color: rgb(131,30,201); }

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