Html Css Color HEX #9275AC Ce Soir

📋 copy color: '#9275AC'

red 146 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #9275AC

Tints of Ce Soir #9275AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.9%

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

R = 33.56%
G = 26.9%
B = 39.54%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9275AC (or 0x9275AC) is known color: Ce Soir. HEX triplet: 92, 75 and AC. RGB value is (146,117,172). Sum of RGB (Red+Green+Blue) = 146+117+172=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9275AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275AC is #6D8A53. Grayscale: #838383. Windows color (decimal): -7178836 or 11302290. OLE color: 11302290.

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

Color convert

RGB 146 117 172 -
CMYK 0.15 0.32 0 0.33
HSL 271.64º 0.25% 0.57% -
HSV(B) 271.64º 0.32% 0.67% -
XYZ 25.66 21.81 41.89 -
YUV 131.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 146 117 172 0.15 0.32 0 0.33 271.64 0.25 0.57
Hex 92 75 AC F 20 0 21 110 19 39
Octal 222 165 254 17 40 0 41 420 31 71
Binary 10010010 1110101 10101100 1111 100000 0 100001 100010000 11001 111001

Color Harmonies of #9275AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275AC

Black with #9275AC

Text Example


Text Example

White with #9275AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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