Html Css Color HEX #9274AD Ce Soir

📋 copy color: '#9274AD'

red 146 ◦ green 116 ◦ blue 173

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

Shades of Ce Soir #9274AD

Tints of Ce Soir #9274AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 33.56%
G = 26.67%
B = 39.77%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9274AD (or 0x9274AD) is known color: Ce Soir. HEX triplet: 92, 74 and AD. RGB value is (146,116,173). Sum of RGB (Red+Green+Blue) = 146+116+173=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9274AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9274AD is #6D8B52. Grayscale: #838383. Windows color (decimal): -7179091 or 11367570. OLE color: 11367570.

HSL color Cylindrical-coordinate representation of color #9274AD: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9274AD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 116 173 -
CMYK 0.16 0.33 0 0.32
HSL 271.58º 0.26% 0.57% -
HSV(B) 271.58º 0.33% 0.68% -
XYZ 25.64 21.62 42.36 -
YUV 131.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 146 116 173 0.16 0.33 0 0.32 271.58 0.26 0.57
Hex 92 74 AD 10 21 0 20 110 1A 39
Octal 222 164 255 20 41 0 40 420 32 71
Binary 10010010 1110100 10101101 10000 100001 0 100000 100010000 11010 111001

Color Harmonies of #9274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9274AD

Black with #9274AD

Text Example


Text Example

White with #9274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9274AD; }

 p { color: rgb(146,116,173); }

 H1.HeaderClassName
 {
   color: #9274AD;
 }
 .AnyTagClassName
 {
   color: #9274AD;
 }
</style>

background-color css

<style>
 a { background-color: #9274AD; }

 a { background-color: rgb(146,116,173); }

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

border-color css

<style>
 span { border-color: #9274AD; }

 span { border-color: rgb(146,116,173); }

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