Html Css Color HEX #9A6AAD Ce Soir

📋 copy color: '#9A6AAD'

red 154 ◦ green 106 ◦ blue 173

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

Shades of Ce Soir #9A6AAD

Tints of Ce Soir #9A6AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.48%

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

R = 35.57%
G = 24.48%
B = 39.95%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A6AAD (or 0x9A6AAD) is known color: Ce Soir. HEX triplet: 9A, 6A and AD. RGB value is (154,106,173). Sum of RGB (Red+Green+Blue) = 154+106+173=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A6AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6AAD is #659552. Grayscale: #7F7F7F. Windows color (decimal): -6657363 or 11365018. OLE color: 11365018.

HSL color Cylindrical-coordinate representation of color #9A6AAD: hue angle of 282.99º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A6AAD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 106 173 -
CMYK 0.11 0.39 0 0.32
HSL 282.99º 0.29% 0.55% -
HSV(B) 282.99º 0.39% 0.68% -
XYZ 26.02 20.2 42.06 -
YUV 127.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 154 106 173 0.11 0.39 0 0.32 282.99 0.29 0.55
Hex 9A 6A AD B 27 0 20 11B 1D 37
Octal 232 152 255 13 47 0 40 433 35 67
Binary 10011010 1101010 10101101 1011 100111 0 100000 100011011 11101 110111

Color Harmonies of #9A6AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6AAD

Black with #9A6AAD

Text Example


Text Example

White with #9A6AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,173); }

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

background-color css

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

 a { background-color: rgb(154,106,173); }

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

border-color css

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

 span { border-color: rgb(154,106,173); }

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