Html Css Color HEX #9276AB Ce Soir

📋 copy color: '#9276AB'

red 146 ◦ green 118 ◦ blue 171

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

Shades of Ce Soir #9276AB

Tints of Ce Soir #9276AB

RGB

 RED value IS 146 (57.42% from 255) = 33.56%

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 33.56%
G = 27.13%
B = 39.31%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9276AB (or 0x9276AB) is known color: Ce Soir. HEX triplet: 92, 76 and AB. RGB value is (146,118,171). Sum of RGB (Red+Green+Blue) = 146+118+171=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #9276AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9276AB is #6D8954. Grayscale: #848484. Windows color (decimal): -7178581 or 11237010. OLE color: 11237010.

HSL color Cylindrical-coordinate representation of color #9276AB: hue angle of 271.7º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9276AB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 118 171 -
CMYK 0.15 0.31 0 0.33
HSL 271.7º 0.24% 0.57% -
HSV(B) 271.7º 0.31% 0.67% -
XYZ 25.68 22.01 41.42 -
YUV 132.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 146 118 171 0.15 0.31 0 0.33 271.7 0.24 0.57
Hex 92 76 AB F 1F 0 21 110 18 39
Octal 222 166 253 17 37 0 41 420 30 71
Binary 10010010 1110110 10101011 1111 11111 0 100001 100010000 11000 111001

Color Harmonies of #9276AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276AB

Black with #9276AB

Text Example


Text Example

White with #9276AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276AB; }

 p { color: rgb(146,118,171); }

 H1.HeaderClassName
 {
   color: #9276AB;
 }
 .AnyTagClassName
 {
   color: #9276AB;
 }
</style>

background-color css

<style>
 a { background-color: #9276AB; }

 a { background-color: rgb(146,118,171); }

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

border-color css

<style>
 span { border-color: #9276AB; }

 span { border-color: rgb(146,118,171); }

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