Html Css Color HEX #9265AB Ce Soir

📋 copy color: '#9265AB'

red 146 ◦ green 101 ◦ blue 171

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

Shades of Ce Soir #9265AB

Tints of Ce Soir #9265AB

RGB

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

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

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

R = 34.93%
G = 24.16%
B = 40.91%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9265AB (or 0x9265AB) is known color: Ce Soir. HEX triplet: 92, 65 and AB. RGB value is (146,101,171). Sum of RGB (Red+Green+Blue) = 146+101+171=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9265AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9265AB is #6D9A54. Grayscale: #7A7A7A. Windows color (decimal): -7182933 or 11232658. OLE color: 11232658.

HSL color Cylindrical-coordinate representation of color #9265AB: hue angle of 278.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9265AB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 101 171 -
CMYK 0.15 0.41 0 0.33
HSL 278.57º 0.29% 0.53% -
HSV(B) 278.57º 0.41% 0.67% -
XYZ 23.86 18.36 40.81 -
YUV 122.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 146 101 171 0.15 0.41 0 0.33 278.57 0.29 0.53
Hex 92 65 AB F 29 0 21 117 1D 35
Octal 222 145 253 17 51 0 41 427 35 65
Binary 10010010 1100101 10101011 1111 101001 0 100001 100010111 11101 110101

Color Harmonies of #9265AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265AB

Black with #9265AB

Text Example


Text Example

White with #9265AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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