Html Css Color HEX #845EC9 True V

📋 copy color: '#845EC9'

red 132 ◦ green 94 ◦ blue 201

#845EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #845EC9

Tints of True V #845EC9

RGB

 RED value IS 132 (51.95% from 255) = 30.91%

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 30.91%
G = 22.01%
B = 47.07%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#845EC9 (or 0x845EC9) is known color: True V. HEX triplet: 84, 5E and C9. RGB value is (132,94,201). Sum of RGB (Red+Green+Blue) = 132+94+201=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #845EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EC9 is #7BA136. Grayscale: #757575. Windows color (decimal): -8102199 or 13196932. OLE color: 13196932.

HSL color Cylindrical-coordinate representation of color #845EC9: hue angle of 261.31º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845EC9 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 94 201 -
CMYK 0.34 0.53 0 0.21
HSL 261.31º 0.5% 0.58% -
HSV(B) 261.31º 0.53% 0.79% -
XYZ 24.06 17.13 57.3 -
YUV 117.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 132 94 201 0.34 0.53 0 0.21 261.31 0.5 0.58
Hex 84 5E C9 22 35 0 15 105 32 3A
Octal 204 136 311 42 65 0 25 405 62 72
Binary 10000100 1011110 11001001 100010 110101 0 10101 100000101 110010 111010

Color Harmonies of #845EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EC9

Black with #845EC9

Text Example


Text Example

White with #845EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #845EC9;
 }
 .AnyTagClassName
 {
   color: #845EC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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