Html Css Color HEX #9063AC Ce Soir

📋 copy color: '#9063AC'

red 144 ◦ green 99 ◦ blue 172

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

Shades of Ce Soir #9063AC

Tints of Ce Soir #9063AC

RGB

 RED value IS 144 (56.64% from 255) = 34.7%

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

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

R = 34.7%
G = 23.86%
B = 41.45%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9063AC (or 0x9063AC) is known color: Ce Soir. HEX triplet: 90, 63 and AC. RGB value is (144,99,172). Sum of RGB (Red+Green+Blue) = 144+99+172=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9063AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9063AC is #6F9C53. Grayscale: #787878. Windows color (decimal): -7314516 or 11297680. OLE color: 11297680.

HSL color Cylindrical-coordinate representation of color #9063AC: hue angle of 276.99º 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 #9063AC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 99 172 -
CMYK 0.16 0.42 0 0.33
HSL 276.99º 0.31% 0.53% -
HSV(B) 276.99º 0.42% 0.67% -
XYZ 23.41 17.83 41.24 -
YUV 120.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 144 99 172 0.16 0.42 0 0.33 276.99 0.31 0.53
Hex 90 63 AC 10 2A 0 21 115 1F 35
Octal 220 143 254 20 52 0 41 425 37 65
Binary 10010000 1100011 10101100 10000 101010 0 100001 100010101 11111 110101

Color Harmonies of #9063AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063AC

Black with #9063AC

Text Example


Text Example

White with #9063AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9063AC; }

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

 H1.HeaderClassName
 {
   color: #9063AC;
 }
 .AnyTagClassName
 {
   color: #9063AC;
 }
</style>

background-color css

<style>
 a { background-color: #9063AC; }

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

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

border-color css

<style>
 span { border-color: #9063AC; }

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

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