#845ECB

Color #845ECB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #845ECB

Tints of True V #845ECB

Color information

#845ECB (or 0x845ECB) is unknown color: approx True V. HEX triplet: 84, 5E and CB. RGB value is (132,94,203). Sum of RGB (Red+Green+Blue) = 132+94+203=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #845ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ECB is #7BA134. Grayscale: #757575. Windows color (decimal): -8102197 or 13328004. OLE color: 13328004.

HSL color Cylindrical-coordinate representation of color #845ECB: hue angle of 260.92º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #845ECB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13294203-
CMYK0.350.5400.20
HSL260.92º51.17%58.24%-
HSV(B)260.92º53.69%79.61%-
XYZ24.317.2258.54-
YUV117.79176.09138.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=30.77%
G=21.91%
B=47.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132942030.350.5400.20260.9251.1758.24
Hex845ECB2336014105333a
Octal20413631343660244056372
Binary10000100101111011001011100011110110010100100000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845ECB; }

 p { color: rgb(132,94,203); }

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

<style>
 a { background-color: #845ECB; }

 a { background-color: rgb(132,94,203); }

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

<style>
 span { border-color: #845ECB; }

 span { border-color: rgb(132,94,203); }

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