Html Css Color HEX #82629A Ce Soir

📋 copy color: '#82629A'

red 130 ◦ green 98 ◦ blue 154

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

Shades of Ce Soir #82629A

Tints of Ce Soir #82629A

RGB

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

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

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

R = 34.03%
G = 25.65%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82629A (or 0x82629A) is known color: Ce Soir. HEX triplet: 82, 62 and 9A. RGB value is (130,98,154). Sum of RGB (Red+Green+Blue) = 130+98+154=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #82629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82629A is #7D9D65. Grayscale: #717171. Windows color (decimal): -8232294 or 10117762. OLE color: 10117762.

HSL color Cylindrical-coordinate representation of color #82629A: hue angle of 274.29º 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 #82629A is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 98 154 -
CMYK 0.16 0.36 0 0.40
HSL 274.29º 0.22% 0.49% -
HSV(B) 274.29º 0.36% 0.6% -
XYZ 19.41 15.81 32.6 -
YUV 113.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 130 98 154 0.16 0.36 0 0.40 274.29 0.22 0.49
Hex 82 62 9A 10 24 0 28 112 16 31
Octal 202 142 232 20 44 0 50 422 26 61
Binary 10000010 1100010 10011010 10000 100100 0 101000 100010010 10110 110001

Color Harmonies of #82629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82629A

Black with #82629A

Text Example


Text Example

White with #82629A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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