Html Css Color HEX #846BD5 Medium Purple

📋 copy color: '#846BD5'

red 132 ◦ green 107 ◦ blue 213

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

Shades of Medium Purple #846BD5

Tints of Medium Purple #846BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

 BLUE value IS 213 (83.59% from 255) = 47.12%

R = 29.2%
G = 23.67%
B = 47.12%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#846BD5 (or 0x846BD5) is known color: Medium Purple. HEX triplet: 84, 6B and D5. RGB value is (132,107,213). Sum of RGB (Red+Green+Blue) = 132+107+213=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #846BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BD5 is #7B942A. Grayscale: #7E7E7E. Windows color (decimal): -8098859 or 13986692. OLE color: 13986692.

HSL color Cylindrical-coordinate representation of color #846BD5: hue angle of 254.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846BD5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 107 213 -
CMYK 0.38 0.50 0 0.16
HSL 254.15º 0.56% 0.63% -
HSV(B) 254.15º 0.5% 0.84% -
XYZ 26.78 20.23 65.44 -
YUV 126.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 132 107 213 0.38 0.50 0 0.16 254.15 0.56 0.63
Hex 84 6B D5 26 32 0 10 FE 38 3F
Octal 204 153 325 46 62 0 20 376 70 77
Binary 10000100 1101011 11010101 100110 110010 0 10000 11111110 111000 111111

Color Harmonies of #846BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BD5

Black with #846BD5

Text Example


Text Example

White with #846BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,107,213); }

 H1.HeaderClassName
 {
   color: #846BD5;
 }
 .AnyTagClassName
 {
   color: #846BD5;
 }
</style>

background-color css

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

 a { background-color: rgb(132,107,213); }

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

border-color css

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

 span { border-color: rgb(132,107,213); }

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