Html Css Color HEX #9062AB Ce Soir

📋 copy color: '#9062AB'

red 144 ◦ green 98 ◦ blue 171

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

Shades of Ce Soir #9062AB

Tints of Ce Soir #9062AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

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

R = 34.87%
G = 23.73%
B = 41.4%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9062AB (or 0x9062AB) is known color: Ce Soir. HEX triplet: 90, 62 and AB. RGB value is (144,98,171). Sum of RGB (Red+Green+Blue) = 144+98+171=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9062AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9062AB is #6F9D54. Grayscale: #777777. Windows color (decimal): -7314773 or 11231888. OLE color: 11231888.

HSL color Cylindrical-coordinate representation of color #9062AB: hue angle of 277.81º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9062AB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 98 171 -
CMYK 0.16 0.43 0 0.33
HSL 277.81º 0.3% 0.53% -
HSV(B) 277.81º 0.43% 0.67% -
XYZ 23.22 17.6 40.7 -
YUV 120.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 144 98 171 0.16 0.43 0 0.33 277.81 0.3 0.53
Hex 90 62 AB 10 2B 0 21 116 1E 35
Octal 220 142 253 20 53 0 41 426 36 65
Binary 10010000 1100010 10101011 10000 101011 0 100001 100010110 11110 110101

Color Harmonies of #9062AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9062AB

Black with #9062AB

Text Example


Text Example

White with #9062AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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