Html Css Color HEX #9263AA Ce Soir

📋 copy color: '#9263AA'

red 146 ◦ green 99 ◦ blue 170

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

Shades of Ce Soir #9263AA

Tints of Ce Soir #9263AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 35.18%
G = 23.86%
B = 40.96%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9263AA (or 0x9263AA) is known color: Ce Soir. HEX triplet: 92, 63 and AA. RGB value is (146,99,170). Sum of RGB (Red+Green+Blue) = 146+99+170=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9263AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9263AA is #6D9C55. Grayscale: #787878. Windows color (decimal): -7183446 or 11166610. OLE color: 11166610.

HSL color Cylindrical-coordinate representation of color #9263AA: hue angle of 279.72º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9263AA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 99 170 -
CMYK 0.14 0.42 0 0.33
HSL 279.72º 0.29% 0.53% -
HSV(B) 279.72º 0.42% 0.67% -
XYZ 23.57 17.94 40.25 -
YUV 121.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 146 99 170 0.14 0.42 0 0.33 279.72 0.29 0.53
Hex 92 63 AA E 2A 0 21 118 1D 35
Octal 222 143 252 16 52 0 41 430 35 65
Binary 10010010 1100011 10101010 1110 101010 0 100001 100011000 11101 110101

Color Harmonies of #9263AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263AA

Black with #9263AA

Text Example


Text Example

White with #9263AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9263AA; }

 p { color: rgb(146,99,170); }

 H1.HeaderClassName
 {
   color: #9263AA;
 }
 .AnyTagClassName
 {
   color: #9263AA;
 }
</style>

background-color css

<style>
 a { background-color: #9263AA; }

 a { background-color: rgb(146,99,170); }

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

border-color css

<style>
 span { border-color: #9263AA; }

 span { border-color: rgb(146,99,170); }

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