Html Css Color HEX #9263AC Ce Soir

📋 copy color: '#9263AC'

red 146 ◦ green 99 ◦ blue 172

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

Shades of Ce Soir #9263AC

Tints of Ce Soir #9263AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 35.01%
G = 23.74%
B = 41.25%

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

#9263AC (or 0x9263AC) is known color: Ce Soir. HEX triplet: 92, 63 and AC. RGB value is (146,99,172). Sum of RGB (Red+Green+Blue) = 146+99+172=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9263AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9263AC is #6D9C53. Grayscale: #797979. Windows color (decimal): -7183444 or 11297682. OLE color: 11297682.

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

Color convert

RGB 146 99 172 -
CMYK 0.15 0.42 0 0.33
HSL 278.63º 0.31% 0.53% -
HSV(B) 278.63º 0.42% 0.67% -
XYZ 23.76 18.01 41.25 -
YUV 121.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 146 99 172 0.15 0.42 0 0.33 278.63 0.31 0.53
Hex 92 63 AC F 2A 0 21 117 1F 35
Octal 222 143 254 17 52 0 41 427 37 65
Binary 10010010 1100011 10101100 1111 101010 0 100001 100010111 11111 110101

Color Harmonies of #9263AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263AC

Black with #9263AC

Text Example


Text Example

White with #9263AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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