Html Css Color HEX #9069AB Ce Soir

📋 copy color: '#9069AB'

red 144 ◦ green 105 ◦ blue 171

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

Shades of Ce Soir #9069AB

Tints of Ce Soir #9069AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 34.29%
G = 25%
B = 40.71%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9069AB (or 0x9069AB) is known color: Ce Soir. HEX triplet: 90, 69 and AB. RGB value is (144,105,171). Sum of RGB (Red+Green+Blue) = 144+105+171=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9069AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9069AB is #6F9654. Grayscale: #7B7B7B. Windows color (decimal): -7312981 or 11233680. OLE color: 11233680.

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

Color convert

RGB 144 105 171 -
CMYK 0.16 0.39 0 0.33
HSL 275.45º 0.28% 0.54% -
HSV(B) 275.45º 0.39% 0.67% -
XYZ 23.9 18.97 40.93 -
YUV 124.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 144 105 171 0.16 0.39 0 0.33 275.45 0.28 0.54
Hex 90 69 AB 10 27 0 21 113 1C 36
Octal 220 151 253 20 47 0 41 423 34 66
Binary 10010000 1101001 10101011 10000 100111 0 100001 100010011 11100 110110

Color Harmonies of #9069AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069AB

Black with #9069AB

Text Example


Text Example

White with #9069AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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