Html Css Color HEX #82619B Ce Soir

📋 copy color: '#82619B'

red 130 ◦ green 97 ◦ blue 155

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

Shades of Ce Soir #82619B

Tints of Ce Soir #82619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

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

R = 34.03%
G = 25.39%
B = 40.58%

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

#82619B (or 0x82619B) is known color: Ce Soir. HEX triplet: 82, 61 and 9B. RGB value is (130,97,155). Sum of RGB (Red+Green+Blue) = 130+97+155=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #82619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82619B is #7D9E64. Grayscale: #717171. Windows color (decimal): -8232549 or 10183042. OLE color: 10183042.

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

Color convert

RGB 130 97 155 -
CMYK 0.16 0.37 0 0.39
HSL 274.14º 0.23% 0.49% -
HSV(B) 274.14º 0.37% 0.61% -
XYZ 19.4 15.66 33.01 -
YUV 113.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 130 97 155 0.16 0.37 0 0.39 274.14 0.23 0.49
Hex 82 61 9B 10 25 0 27 112 17 31
Octal 202 141 233 20 45 0 47 422 27 61
Binary 10000010 1100001 10011011 10000 100101 0 100111 100010010 10111 110001

Color Harmonies of #82619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82619B

Black with #82619B

Text Example


Text Example

White with #82619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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