#846DCD

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

Shades of True V #846DCD

Tints of True V #846DCD

Color information

#846DCD (or 0x846DCD) is unknown color: approx True V. HEX triplet: 84, 6D and CD. RGB value is (132,109,205). Sum of RGB (Red+Green+Blue) = 132+109+205=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #846DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DCD is #7B9232. Grayscale: #7E7E7E. Windows color (decimal): -8098355 or 13462916. OLE color: 13462916.

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

Color convert

RGB132109205-
CMYK0.360.4700.20
HSL254.38º48.98%61.57%-
HSV(B)254.38º46.83%80.39%-
XYZ2620.2560.3-
YUV126.82172.12131.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 109 (42.97% from 255) = 24.44%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=29.60%
G=24.44%
B=45.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321092050.360.4700.20254.3848.9861.57
Hex846DCD242F014fe313e
Octal20415531544570243766176
Binary1000010011011011100110110010010111101010011111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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