Html Css Color HEX #84629A Ce Soir

📋 copy color: '#84629A'

red 132 ◦ green 98 ◦ blue 154

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

Shades of Ce Soir #84629A

Tints of Ce Soir #84629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 34.38%
G = 25.52%
B = 40.1%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#84629A (or 0x84629A) is known color: Ce Soir. HEX triplet: 84, 62 and 9A. RGB value is (132,98,154). Sum of RGB (Red+Green+Blue) = 132+98+154=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #84629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84629A is #7B9D65. Grayscale: #727272. Windows color (decimal): -8101222 or 10117764. OLE color: 10117764.

HSL color Cylindrical-coordinate representation of color #84629A: hue angle of 276.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84629A is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 98 154 -
CMYK 0.14 0.36 0 0.40
HSL 276.43º 0.22% 0.49% -
HSV(B) 276.43º 0.36% 0.6% -
XYZ 19.72 15.97 32.62 -
YUV 114.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 132 98 154 0.14 0.36 0 0.40 276.43 0.22 0.49
Hex 84 62 9A E 24 0 28 114 16 31
Octal 204 142 232 16 44 0 50 424 26 61
Binary 10000100 1100010 10011010 1110 100100 0 101000 100010100 10110 110001

Color Harmonies of #84629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84629A

Black with #84629A

Text Example


Text Example

White with #84629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84629A; }

 p { color: rgb(132,98,154); }

 H1.HeaderClassName
 {
   color: #84629A;
 }
 .AnyTagClassName
 {
   color: #84629A;
 }
</style>

background-color css

<style>
 a { background-color: #84629A; }

 a { background-color: rgb(132,98,154); }

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

border-color css

<style>
 span { border-color: #84629A; }

 span { border-color: rgb(132,98,154); }

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