#845FCB

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

Shades of True V #845FCB

Tints of True V #845FCB

Color information

#845FCB (or 0x845FCB) is unknown color: approx True V. HEX triplet: 84, 5F and CB. RGB value is (132,95,203). Sum of RGB (Red+Green+Blue) = 132+95+203=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #845FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FCB is #7BA034. Grayscale: #757575. Windows color (decimal): -8101941 or 13328260. OLE color: 13328260.

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

Color convert

RGB13295203-
CMYK0.350.5300.20
HSL260.56º50.94%58.43%-
HSV(B)260.56º53.2%79.61%-
XYZ24.3917.458.57-
YUV118.37175.76137.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=30.70%
G=22.09%
B=47.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132952030.350.5300.20260.5650.9458.43
Hex845FCB2335014105333a
Octal20413731343650244056372
Binary10000100101111111001011100011110101010100100000101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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