Html Css Color HEX #845AC6 True V

📋 copy color: '#845AC6'

red 132 ◦ green 90 ◦ blue 198

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

Shades of True V #845AC6

Tints of True V #845AC6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

 BLUE value IS 198 (77.73% from 255) = 47.14%

R = 31.43%
G = 21.43%
B = 47.14%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#845AC6 (or 0x845AC6) is known color: True V. HEX triplet: 84, 5A and C6. RGB value is (132,90,198). Sum of RGB (Red+Green+Blue) = 132+90+198=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #845AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AC6 is #7BA539. Grayscale: #727272. Windows color (decimal): -8103226 or 12999300. OLE color: 12999300.

HSL color Cylindrical-coordinate representation of color #845AC6: hue angle of 263.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845AC6 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 90 198 -
CMYK 0.33 0.55 0 0.22
HSL 263.33º 0.49% 0.56% -
HSV(B) 263.33º 0.55% 0.78% -
XYZ 23.36 16.3 55.34 -
YUV 114.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 132 90 198 0.33 0.55 0 0.22 263.33 0.49 0.56
Hex 84 5A C6 21 37 0 16 107 31 38
Octal 204 132 306 41 67 0 26 407 61 70
Binary 10000100 1011010 11000110 100001 110111 0 10110 100000111 110001 111000

Color Harmonies of #845AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845AC6

Black with #845AC6

Text Example


Text Example

White with #845AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,90,198); }

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

background-color css

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

 a { background-color: rgb(132,90,198); }

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

border-color css

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

 span { border-color: rgb(132,90,198); }

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