Html Css Color HEX #9068AA Ce Soir

📋 copy color: '#9068AA'

red 144 ◦ green 104 ◦ blue 170

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

Shades of Ce Soir #9068AA

Tints of Ce Soir #9068AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.88%

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

R = 34.45%
G = 24.88%
B = 40.67%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9068AA (or 0x9068AA) is known color: Ce Soir. HEX triplet: 90, 68 and AA. RGB value is (144,104,170). Sum of RGB (Red+Green+Blue) = 144+104+170=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9068AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9068AA is #6F9755. Grayscale: #7B7B7B. Windows color (decimal): -7313238 or 11167888. OLE color: 11167888.

HSL color Cylindrical-coordinate representation of color #9068AA: hue angle of 276.36º 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 #9068AA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 104 170 -
CMYK 0.15 0.39 0 0.33
HSL 276.36º 0.28% 0.54% -
HSV(B) 276.36º 0.39% 0.67% -
XYZ 23.71 18.73 40.4 -
YUV 123.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 144 104 170 0.15 0.39 0 0.33 276.36 0.28 0.54
Hex 90 68 AA F 27 0 21 114 1C 36
Octal 220 150 252 17 47 0 41 424 34 66
Binary 10010000 1101000 10101010 1111 100111 0 100001 100010100 11100 110110

Color Harmonies of #9068AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9068AA

Black with #9068AA

Text Example


Text Example

White with #9068AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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