Html Css Color HEX #875FB3 Ce Soir

📋 copy color: '#875FB3'

red 135 ◦ green 95 ◦ blue 179

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

Shades of Ce Soir #875FB3

Tints of Ce Soir #875FB3

RGB

 RED value IS 135 (53.13% from 255) = 33.01%

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

 BLUE value IS 179 (70.31% from 255) = 43.77%

R = 33.01%
G = 23.23%
B = 43.77%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#875FB3 (or 0x875FB3) is known color: Ce Soir. HEX triplet: 87, 5F and B3. RGB value is (135,95,179). Sum of RGB (Red+Green+Blue) = 135+95+179=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #875FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FB3 is #78A04C. Grayscale: #747474. Windows color (decimal): -7905357 or 11755399. OLE color: 11755399.

HSL color Cylindrical-coordinate representation of color #875FB3: hue angle of 268.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875FB3 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 95 179 -
CMYK 0.25 0.47 0 0.30
HSL 268.57º 0.36% 0.54% -
HSV(B) 268.57º 0.47% 0.7% -
XYZ 22.22 16.59 44.68 -
YUV 116.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 135 95 179 0.25 0.47 0 0.30 268.57 0.36 0.54
Hex 87 5F B3 19 2F 0 1E 10D 24 36
Octal 207 137 263 31 57 0 36 415 44 66
Binary 10000111 1011111 10110011 11001 101111 0 11110 100001101 100100 110110

Color Harmonies of #875FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FB3

Black with #875FB3

Text Example


Text Example

White with #875FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875FB3; }

 p { color: rgb(135,95,179); }

 H1.HeaderClassName
 {
   color: #875FB3;
 }
 .AnyTagClassName
 {
   color: #875FB3;
 }
</style>

background-color css

<style>
 a { background-color: #875FB3; }

 a { background-color: rgb(135,95,179); }

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

border-color css

<style>
 span { border-color: #875FB3; }

 span { border-color: rgb(135,95,179); }

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