Html Css Color HEX #9266AB Ce Soir

📋 copy color: '#9266AB'

red 146 ◦ green 102 ◦ blue 171

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

Shades of Ce Soir #9266AB

Tints of Ce Soir #9266AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

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

R = 34.84%
G = 24.34%
B = 40.81%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9266AB (or 0x9266AB) is known color: Ce Soir. HEX triplet: 92, 66 and AB. RGB value is (146,102,171). Sum of RGB (Red+Green+Blue) = 146+102+171=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #9266AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9266AB is #6D9954. Grayscale: #7A7A7A. Windows color (decimal): -7182677 or 11232914. OLE color: 11232914.

HSL color Cylindrical-coordinate representation of color #9266AB: hue angle of 278.26º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9266AB is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 102 171 -
CMYK 0.15 0.40 0 0.33
HSL 278.26º 0.29% 0.54% -
HSV(B) 278.26º 0.4% 0.67% -
XYZ 23.96 18.55 40.85 -
YUV 123.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 146 102 171 0.15 0.40 0 0.33 278.26 0.29 0.54
Hex 92 66 AB F 28 0 21 116 1D 36
Octal 222 146 253 17 50 0 41 426 35 66
Binary 10010010 1100110 10101011 1111 101000 0 100001 100010110 11101 110110

Color Harmonies of #9266AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9266AB

Black with #9266AB

Text Example


Text Example

White with #9266AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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