Html Css Color HEX #82649A Ce Soir

📋 copy color: '#82649A'

red 130 ◦ green 100 ◦ blue 154

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

Shades of Ce Soir #82649A

Tints of Ce Soir #82649A

RGB

 RED value IS 130 (51.17% from 255) = 33.85%

 GREEN value IS 100 (39.45% from 255) = 26.04%

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

R = 33.85%
G = 26.04%
B = 40.1%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82649A (or 0x82649A) is known color: Ce Soir. HEX triplet: 82, 64 and 9A. RGB value is (130,100,154). Sum of RGB (Red+Green+Blue) = 130+100+154=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 100 (39.45% from 255 or 26.04% 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 #82649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649A is #7D9B65. Grayscale: #727272. Windows color (decimal): -8231782 or 10118274. OLE color: 10118274.

HSL color Cylindrical-coordinate representation of color #82649A: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82649A is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 100 154 -
CMYK 0.16 0.35 0 0.40
HSL 273.33º 0.21% 0.5% -
HSV(B) 273.33º 0.35% 0.6% -
XYZ 19.6 16.19 32.66 -
YUV 115.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 130 100 154 0.16 0.35 0 0.40 273.33 0.21 0.5
Hex 82 64 9A 10 23 0 28 111 15 32
Octal 202 144 232 20 43 0 50 421 25 62
Binary 10000010 1100100 10011010 10000 100011 0 101000 100010001 10101 110010

Color Harmonies of #82649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82649A

Black with #82649A

Text Example


Text Example

White with #82649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,100,154); }

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

background-color css

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

 a { background-color: rgb(130,100,154); }

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

border-color css

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

 span { border-color: rgb(130,100,154); }

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