Html Css Color HEX #9069AA Ce Soir

📋 copy color: '#9069AA'

red 144 ◦ green 105 ◦ blue 170

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

Shades of Ce Soir #9069AA

Tints of Ce Soir #9069AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 34.37%
G = 25.06%
B = 40.57%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9069AA (or 0x9069AA) is known color: Ce Soir. HEX triplet: 90, 69 and AA. RGB value is (144,105,170). Sum of RGB (Red+Green+Blue) = 144+105+170=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9069AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9069AA is #6F9655. Grayscale: #7B7B7B. Windows color (decimal): -7312982 or 11168144. OLE color: 11168144.

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

Color convert

RGB 144 105 170 -
CMYK 0.15 0.38 0 0.33
HSL 276º 0.28% 0.54% -
HSV(B) 276º 0.38% 0.67% -
XYZ 23.81 18.93 40.43 -
YUV 124.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 144 105 170 0.15 0.38 0 0.33 276 0.28 0.54
Hex 90 69 AA F 26 0 21 114 1C 36
Octal 220 151 252 17 46 0 41 424 34 66
Binary 10010000 1101001 10101010 1111 100110 0 100001 100010100 11100 110110

Color Harmonies of #9069AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9069AA

Black with #9069AA

Text Example


Text Example

White with #9069AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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