Html Css Color HEX #9263AB Ce Soir

📋 copy color: '#9263AB'

red 146 ◦ green 99 ◦ blue 171

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

Shades of Ce Soir #9263AB

Tints of Ce Soir #9263AB

RGB

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

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

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

R = 35.1%
G = 23.8%
B = 41.11%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9263AB (or 0x9263AB) is known color: Ce Soir. HEX triplet: 92, 63 and AB. RGB value is (146,99,171). Sum of RGB (Red+Green+Blue) = 146+99+171=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9263AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9263AB is #6D9C54. Grayscale: #797979. Windows color (decimal): -7183445 or 11232146. OLE color: 11232146.

HSL color Cylindrical-coordinate representation of color #9263AB: hue angle of 279.17º degrees, saturation: 0.3, 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 #9263AB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 99 171 -
CMYK 0.15 0.42 0 0.33
HSL 279.17º 0.3% 0.53% -
HSV(B) 279.17º 0.42% 0.67% -
XYZ 23.67 17.97 40.75 -
YUV 121.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 146 99 171 0.15 0.42 0 0.33 279.17 0.3 0.53
Hex 92 63 AB F 2A 0 21 117 1E 35
Octal 222 143 253 17 52 0 41 427 36 65
Binary 10010010 1100011 10101011 1111 101010 0 100001 100010111 11110 110101

Color Harmonies of #9263AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263AB

Black with #9263AB

Text Example


Text Example

White with #9263AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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