Html Css Color HEX #84629B Ce Soir

📋 copy color: '#84629B'

red 132 ◦ green 98 ◦ blue 155

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

Shades of Ce Soir #84629B

Tints of Ce Soir #84629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 34.29%
G = 25.45%
B = 40.26%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84629B (or 0x84629B) is known color: Ce Soir. HEX triplet: 84, 62 and 9B. RGB value is (132,98,155). Sum of RGB (Red+Green+Blue) = 132+98+155=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #84629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84629B is #7B9D64. Grayscale: #727272. Windows color (decimal): -8101221 or 10183300. OLE color: 10183300.

HSL color Cylindrical-coordinate representation of color #84629B: hue angle of 275.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84629B is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 98 155 -
CMYK 0.15 0.37 0 0.39
HSL 275.79º 0.23% 0.5% -
HSV(B) 275.79º 0.37% 0.61% -
XYZ 19.8 16.01 33.06 -
YUV 114.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 132 98 155 0.15 0.37 0 0.39 275.79 0.23 0.5
Hex 84 62 9B F 25 0 27 114 17 32
Octal 204 142 233 17 45 0 47 424 27 62
Binary 10000100 1100010 10011011 1111 100101 0 100111 100010100 10111 110010

Color Harmonies of #84629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84629B

Black with #84629B

Text Example


Text Example

White with #84629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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