Html Css Color HEX #84609B Ce Soir

📋 copy color: '#84609B'

red 132 ◦ green 96 ◦ blue 155

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

Shades of Ce Soir #84609B

Tints of Ce Soir #84609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 34.46%
G = 25.07%
B = 40.47%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84609B (or 0x84609B) is known color: Ce Soir. HEX triplet: 84, 60 and 9B. RGB value is (132,96,155). Sum of RGB (Red+Green+Blue) = 132+96+155=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #84609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84609B is #7B9F64. Grayscale: #717171. Windows color (decimal): -8101733 or 10182788. OLE color: 10182788.

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

Color convert

RGB 132 96 155 -
CMYK 0.15 0.38 0 0.39
HSL 276.61º 0.24% 0.49% -
HSV(B) 276.61º 0.38% 0.61% -
XYZ 19.61 15.64 32.99 -
YUV 113.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 132 96 155 0.15 0.38 0 0.39 276.61 0.24 0.49
Hex 84 60 9B F 26 0 27 115 18 31
Octal 204 140 233 17 46 0 47 425 30 61
Binary 10000100 1100000 10011011 1111 100110 0 100111 100010101 11000 110001

Color Harmonies of #84609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84609B

Black with #84609B

Text Example


Text Example

White with #84609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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