Html Css Color HEX #976FB2 Ce Soir

📋 copy color: '#976FB2'

red 151 ◦ green 111 ◦ blue 178

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

Shades of Ce Soir #976FB2

Tints of Ce Soir #976FB2

RGB

 RED value IS 151 (59.38% from 255) = 34.32%

 GREEN value IS 111 (43.75% from 255) = 25.23%

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

R = 34.32%
G = 25.23%
B = 40.45%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#976FB2 (or 0x976FB2) is known color: Ce Soir. HEX triplet: 97, 6F and B2. RGB value is (151,111,178). Sum of RGB (Red+Green+Blue) = 151+111+178=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #976FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FB2 is #68904D. Grayscale: #828282. Windows color (decimal): -6852686 or 11693975. OLE color: 11693975.

HSL color Cylindrical-coordinate representation of color #976FB2: hue angle of 275.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976FB2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 111 178 -
CMYK 0.15 0.38 0 0.30
HSL 275.82º 0.3% 0.57% -
HSV(B) 275.82º 0.38% 0.7% -
XYZ 26.48 21.16 44.81 -
YUV 130.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 151 111 178 0.15 0.38 0 0.30 275.82 0.3 0.57
Hex 97 6F B2 F 26 0 1E 114 1E 39
Octal 227 157 262 17 46 0 36 424 36 71
Binary 10010111 1101111 10110010 1111 100110 0 11110 100010100 11110 111001

Color Harmonies of #976FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FB2

Black with #976FB2

Text Example


Text Example

White with #976FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976FB2; }

 p { color: rgb(151,111,178); }

 H1.HeaderClassName
 {
   color: #976FB2;
 }
 .AnyTagClassName
 {
   color: #976FB2;
 }
</style>

background-color css

<style>
 a { background-color: #976FB2; }

 a { background-color: rgb(151,111,178); }

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

border-color css

<style>
 span { border-color: #976FB2; }

 span { border-color: rgb(151,111,178); }

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