Html Css Color HEX #82629B Ce Soir

📋 copy color: '#82629B'

red 130 ◦ green 98 ◦ blue 155

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

Shades of Ce Soir #82629B

Tints of Ce Soir #82629B

RGB

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

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

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

R = 33.94%
G = 25.59%
B = 40.47%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82629B (or 0x82629B) is known color: Ce Soir. HEX triplet: 82, 62 and 9B. RGB value is (130,98,155). Sum of RGB (Red+Green+Blue) = 130+98+155=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 98 (38.67% from 255 or 25.59% 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 #82629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82629B is #7D9D64. Grayscale: #717171. Windows color (decimal): -8232293 or 10183298. OLE color: 10183298.

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

Color convert

RGB 130 98 155 -
CMYK 0.16 0.37 0 0.39
HSL 273.68º 0.23% 0.5% -
HSV(B) 273.68º 0.37% 0.61% -
XYZ 19.49 15.85 33.04 -
YUV 114.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 130 98 155 0.16 0.37 0 0.39 273.68 0.23 0.5
Hex 82 62 9B 10 25 0 27 112 17 32
Octal 202 142 233 20 45 0 47 422 27 62
Binary 10000010 1100010 10011011 10000 100101 0 100111 100010010 10111 110010

Color Harmonies of #82629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82629B

Black with #82629B

Text Example


Text Example

White with #82629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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