#846CCA

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

Shades of True V #846CCA

Tints of True V #846CCA

Color information

#846CCA (or 0x846CCA) is unknown color: approx True V. HEX triplet: 84, 6C and CA. RGB value is (132,108,202). Sum of RGB (Red+Green+Blue) = 132+108+202=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #846CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CCA is #7B9335. Grayscale: #7D7D7D. Windows color (decimal): -8098614 or 13266052. OLE color: 13266052.

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

Color convert

RGB132108202-
CMYK0.350.4700.21
HSL255.32º47%60.78%-
HSV(B)255.32º46.53%79.22%-
XYZ25.5419.8958.37-
YUV125.89170.95132.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=29.86%
G=24.43%
B=45.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321082020.350.4700.21255.324760.78
Hex846CCA232F015ff2f3d
Octal20415431243570253775775
Binary1000010011011001100101010001110111101010111111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,108,202); }

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

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

 a { background-color: rgb(132,108,202); }

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

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

 span { border-color: rgb(132,108,202); }

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