Html Css Color HEX #825F9F Ce Soir

📋 copy color: '#825F9F'

red 130 ◦ green 95 ◦ blue 159

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

Shades of Ce Soir #825F9F

Tints of Ce Soir #825F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 33.85%
G = 24.74%
B = 41.41%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#825F9F (or 0x825F9F) is known color: Ce Soir. HEX triplet: 82, 5F and 9F. RGB value is (130,95,159). Sum of RGB (Red+Green+Blue) = 130+95+159=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #825F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825F9F is #7DA060. Grayscale: #707070. Windows color (decimal): -8233057 or 10444674. OLE color: 10444674.

HSL color Cylindrical-coordinate representation of color #825F9F: hue angle of 272.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #825F9F is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 95 159 -
CMYK 0.18 0.40 0 0.38
HSL 272.81º 0.25% 0.5% -
HSV(B) 272.81º 0.4% 0.62% -
XYZ 19.56 15.43 34.75 -
YUV 112.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 130 95 159 0.18 0.40 0 0.38 272.81 0.25 0.5
Hex 82 5F 9F 12 28 0 26 111 19 32
Octal 202 137 237 22 50 0 46 421 31 62
Binary 10000010 1011111 10011111 10010 101000 0 100110 100010001 11001 110010

Color Harmonies of #825F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F9F

Black with #825F9F

Text Example


Text Example

White with #825F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,95,159); }

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

background-color css

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

 a { background-color: rgb(130,95,159); }

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

border-color css

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

 span { border-color: rgb(130,95,159); }

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