#846DCB

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

Shades of True V #846DCB

Tints of True V #846DCB

Color information

#846DCB (or 0x846DCB) is unknown color: approx True V. HEX triplet: 84, 6D and CB. RGB value is (132,109,203). Sum of RGB (Red+Green+Blue) = 132+109+203=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #846DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DCB is #7B9234. Grayscale: #7E7E7E. Windows color (decimal): -8098357 or 13331844. OLE color: 13331844.

HSL color Cylindrical-coordinate representation of color #846DCB: hue angle of 254.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846DCB is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132109203-
CMYK0.350.4600.20
HSL254.68º47.47%61.18%-
HSV(B)254.68º46.31%79.61%-
XYZ25.7620.1559.03-
YUV126.59171.12131.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=29.73%
G=24.55%
B=45.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321092030.350.4600.20254.6847.4761.18
Hex846DCB232E014ff2f3d
Octal20415531343560243775775
Binary1000010011011011100101110001110111001010011111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846DCB; }

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

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

<style>
 a { background-color: #846DCB; }

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

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

<style>
 span { border-color: #846DCB; }

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

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