Html Css Color HEX #9066AB Ce Soir

📋 copy color: '#9066AB'

red 144 ◦ green 102 ◦ blue 171

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

Shades of Ce Soir #9066AB

Tints of Ce Soir #9066AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

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

R = 34.53%
G = 24.46%
B = 41.01%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9066AB (or 0x9066AB) is known color: Ce Soir. HEX triplet: 90, 66 and AB. RGB value is (144,102,171). Sum of RGB (Red+Green+Blue) = 144+102+171=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9066AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9066AB is #6F9954. Grayscale: #7A7A7A. Windows color (decimal): -7313749 or 11232912. OLE color: 11232912.

HSL color Cylindrical-coordinate representation of color #9066AB: hue angle of 276.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9066AB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 102 171 -
CMYK 0.16 0.40 0 0.33
HSL 276.52º 0.29% 0.54% -
HSV(B) 276.52º 0.4% 0.67% -
XYZ 23.6 18.37 40.83 -
YUV 122.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 144 102 171 0.16 0.40 0 0.33 276.52 0.29 0.54
Hex 90 66 AB 10 28 0 21 115 1D 36
Octal 220 146 253 20 50 0 41 425 35 66
Binary 10010000 1100110 10101011 10000 101000 0 100001 100010101 11101 110110

Color Harmonies of #9066AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9066AB

Black with #9066AB

Text Example


Text Example

White with #9066AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,102,171); }

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

background-color css

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

 a { background-color: rgb(144,102,171); }

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

border-color css

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

 span { border-color: rgb(144,102,171); }

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