Html Css Color HEX #9265AE Ce Soir

📋 copy color: '#9265AE'

red 146 ◦ green 101 ◦ blue 174

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

Shades of Ce Soir #9265AE

Tints of Ce Soir #9265AE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 34.68%
G = 23.99%
B = 41.33%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9265AE (or 0x9265AE) is known color: Ce Soir. HEX triplet: 92, 65 and AE. RGB value is (146,101,174). Sum of RGB (Red+Green+Blue) = 146+101+174=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #9265AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9265AE is #6D9A51. Grayscale: #7A7A7A. Windows color (decimal): -7182930 or 11429266. OLE color: 11429266.

HSL color Cylindrical-coordinate representation of color #9265AE: hue angle of 276.99º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9265AE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 101 174 -
CMYK 0.16 0.42 0 0.32
HSL 276.99º 0.31% 0.54% -
HSV(B) 276.99º 0.42% 0.68% -
XYZ 24.15 18.47 42.34 -
YUV 122.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 146 101 174 0.16 0.42 0 0.32 276.99 0.31 0.54
Hex 92 65 AE 10 2A 0 20 115 1F 36
Octal 222 145 256 20 52 0 40 425 37 66
Binary 10010010 1100101 10101110 10000 101010 0 100000 100010101 11111 110110

Color Harmonies of #9265AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265AE

Black with #9265AE

Text Example


Text Example

White with #9265AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9265AE; }

 p { color: rgb(146,101,174); }

 H1.HeaderClassName
 {
   color: #9265AE;
 }
 .AnyTagClassName
 {
   color: #9265AE;
 }
</style>

background-color css

<style>
 a { background-color: #9265AE; }

 a { background-color: rgb(146,101,174); }

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

border-color css

<style>
 span { border-color: #9265AE; }

 span { border-color: rgb(146,101,174); }

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