Html Css Color HEX #8961B2 Ce Soir

📋 copy color: '#8961B2'

red 137 ◦ green 97 ◦ blue 178

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

Shades of Ce Soir #8961B2

Tints of Ce Soir #8961B2

RGB

 RED value IS 137 (53.91% from 255) = 33.25%

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

 BLUE value IS 178 (69.92% from 255) = 43.2%

R = 33.25%
G = 23.54%
B = 43.2%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8961B2 (or 0x8961B2) is known color: Ce Soir. HEX triplet: 89, 61 and B2. RGB value is (137,97,178). Sum of RGB (Red+Green+Blue) = 137+97+178=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #8961B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8961B2 is #769E4D. Grayscale: #757575. Windows color (decimal): -7773774 or 11690377. OLE color: 11690377.

HSL color Cylindrical-coordinate representation of color #8961B2: hue angle of 269.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8961B2 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 97 178 -
CMYK 0.23 0.46 0 0.30
HSL 269.63º 0.34% 0.54% -
HSV(B) 269.63º 0.46% 0.7% -
XYZ 22.63 17.08 44.22 -
YUV 118.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 137 97 178 0.23 0.46 0 0.30 269.63 0.34 0.54
Hex 89 61 B2 17 2E 0 1E 10E 22 36
Octal 211 141 262 27 56 0 36 416 42 66
Binary 10001001 1100001 10110010 10111 101110 0 11110 100001110 100010 110110

Color Harmonies of #8961B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8961B2

Black with #8961B2

Text Example


Text Example

White with #8961B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8961B2; }

 p { color: rgb(137,97,178); }

 H1.HeaderClassName
 {
   color: #8961B2;
 }
 .AnyTagClassName
 {
   color: #8961B2;
 }
</style>

background-color css

<style>
 a { background-color: #8961B2; }

 a { background-color: rgb(137,97,178); }

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

border-color css

<style>
 span { border-color: #8961B2; }

 span { border-color: rgb(137,97,178); }

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