Html Css Color HEX #825E99 Ce Soir

📋 copy color: '#825E99'

red 130 ◦ green 94 ◦ blue 153

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

Shades of Ce Soir #825E99

Tints of Ce Soir #825E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 34.48%
G = 24.93%
B = 40.58%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#825E99 (or 0x825E99) is known color: Ce Soir. HEX triplet: 82, 5E and 99. RGB value is (130,94,153). Sum of RGB (Red+Green+Blue) = 130+94+153=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #825E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825E99 is #7DA166. Grayscale: #6F6F6F. Windows color (decimal): -8233319 or 10051202. OLE color: 10051202.

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

Color convert

RGB 130 94 153 -
CMYK 0.15 0.39 0 0.4
HSL 276.61º 0.24% 0.48% -
HSV(B) 276.61º 0.39% 0.6% -
XYZ 18.96 15.05 32.04 -
YUV 111.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 130 94 153 0.15 0.39 0 0.4 276.61 0.24 0.48
Hex 82 5E 99 F 27 0 28 115 18 30
Octal 202 136 231 17 47 0 50 425 30 60
Binary 10000010 1011110 10011001 1111 100111 0 101000 100010101 11000 110000

Color Harmonies of #825E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E99

Black with #825E99

Text Example


Text Example

White with #825E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825E99; }

 p { color: rgb(130,94,153); }

 H1.HeaderClassName
 {
   color: #825E99;
 }
 .AnyTagClassName
 {
   color: #825E99;
 }
</style>

background-color css

<style>
 a { background-color: #825E99; }

 a { background-color: rgb(130,94,153); }

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

border-color css

<style>
 span { border-color: #825E99; }

 span { border-color: rgb(130,94,153); }

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