Html Css Color HEX #9273AB Ce Soir

📋 copy color: '#9273AB'

red 146 ◦ green 115 ◦ blue 171

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

Shades of Ce Soir #9273AB

Tints of Ce Soir #9273AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

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

R = 33.8%
G = 26.62%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9273AB (or 0x9273AB) is known color: Ce Soir. HEX triplet: 92, 73 and AB. RGB value is (146,115,171). Sum of RGB (Red+Green+Blue) = 146+115+171=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #9273AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9273AB is #6D8C54. Grayscale: #828282. Windows color (decimal): -7179349 or 11236242. OLE color: 11236242.

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

Color convert

RGB 146 115 171 -
CMYK 0.15 0.33 0 0.33
HSL 273.21º 0.25% 0.56% -
HSV(B) 273.21º 0.33% 0.67% -
XYZ 25.34 21.31 41.31 -
YUV 130.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 146 115 171 0.15 0.33 0 0.33 273.21 0.25 0.56
Hex 92 73 AB F 21 0 21 111 19 38
Octal 222 163 253 17 41 0 41 421 31 70
Binary 10010010 1110011 10101011 1111 100001 0 100001 100010001 11001 111000

Color Harmonies of #9273AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9273AB

Black with #9273AB

Text Example


Text Example

White with #9273AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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