Html Css Color HEX #9A63AC Ce Soir

📋 copy color: '#9A63AC'

red 154 ◦ green 99 ◦ blue 172

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

Shades of Ce Soir #9A63AC

Tints of Ce Soir #9A63AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 36.24%
G = 23.29%
B = 40.47%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A63AC (or 0x9A63AC) is known color: Ce Soir. HEX triplet: 9A, 63 and AC. RGB value is (154,99,172). Sum of RGB (Red+Green+Blue) = 154+99+172=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A63AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A63AC is #659C53. Grayscale: #7B7B7B. Windows color (decimal): -6659156 or 11297690. OLE color: 11297690.

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

Color convert

RGB 154 99 172 -
CMYK 0.10 0.42 0 0.33
HSL 285.21º 0.31% 0.53% -
HSV(B) 285.21º 0.42% 0.67% -
XYZ 25.23 18.77 41.32 -
YUV 123.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 154 99 172 0.10 0.42 0 0.33 285.21 0.31 0.53
Hex 9A 63 AC A 2A 0 21 11D 1F 35
Octal 232 143 254 12 52 0 41 435 37 65
Binary 10011010 1100011 10101100 1010 101010 0 100001 100011101 11111 110101

Color Harmonies of #9A63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A63AC

Black with #9A63AC

Text Example


Text Example

White with #9A63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,172); }

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

background-color css

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

 a { background-color: rgb(154,99,172); }

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

border-color css

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

 span { border-color: rgb(154,99,172); }

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