#844BE7

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

Shades of Blue Violet #844BE7

Tints of Blue Violet #844BE7

Color information

#844BE7 (or 0x844BE7) is unknown color: approx Blue Violet. HEX triplet: 84, 4B and E7. RGB value is (132,75,231). Sum of RGB (Red+Green+Blue) = 132+75+231=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #844BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844BE7 is #7BB418. Grayscale: #6D6D6D. Windows color (decimal): -8107033 or 15158148. OLE color: 15158148.

HSL color Cylindrical-coordinate representation of color #844BE7: hue angle of 261.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844BE7 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13275231-
CMYK0.430.6800.09
HSL261.92º76.47%60%-
HSV(B)261.92º67.53%90.59%-
XYZ26.4615.7177.24-
YUV109.83196.38143.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.14%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 231 (90.62% from 255) = 52.74%
R=30.14%
G=17.12%
B=52.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132752310.430.6800.09261.9276.4760
Hex844BE72B44091064c3c
Octal2041133475310401140611474
Binary100001001001011111001111010111000100010011000001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844BE7; }

 p { color: rgb(132,75,231); }

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

<style>
 a { background-color: #844BE7; }

 a { background-color: rgb(132,75,231); }

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

<style>
 span { border-color: #844BE7; }

 span { border-color: rgb(132,75,231); }

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