Html Css Color HEX #9A75AA Ce Soir

📋 copy color: '#9A75AA'

red 154 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #9A75AA

Tints of Ce Soir #9A75AA

RGB

 RED value IS 154 (60.55% from 255) = 34.92%

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 34.92%
G = 26.53%
B = 38.55%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A75AA (or 0x9A75AA) is known color: Ce Soir. HEX triplet: 9A, 75 and AA. RGB value is (154,117,170). Sum of RGB (Red+Green+Blue) = 154+117+170=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A75AA is #658A55. Grayscale: #858585. Windows color (decimal): -6654550 or 11171226. OLE color: 11171226.

HSL color Cylindrical-coordinate representation of color #9A75AA: hue angle of 281.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A75AA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 117 170 -
CMYK 0.09 0.31 0 0.33
HSL 281.89º 0.24% 0.56% -
HSV(B) 281.89º 0.31% 0.67% -
XYZ 26.94 22.49 40.95 -
YUV 134.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 154 117 170 0.09 0.31 0 0.33 281.89 0.24 0.56
Hex 9A 75 AA 9 1F 0 21 11A 18 38
Octal 232 165 252 11 37 0 41 432 30 70
Binary 10011010 1110101 10101010 1001 11111 0 100001 100011010 11000 111000

Color Harmonies of #9A75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A75AA

Black with #9A75AA

Text Example


Text Example

White with #9A75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A75AA; }

 p { color: rgb(154,117,170); }

 H1.HeaderClassName
 {
   color: #9A75AA;
 }
 .AnyTagClassName
 {
   color: #9A75AA;
 }
</style>

background-color css

<style>
 a { background-color: #9A75AA; }

 a { background-color: rgb(154,117,170); }

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

border-color css

<style>
 span { border-color: #9A75AA; }

 span { border-color: rgb(154,117,170); }

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