Html Css Color HEX #9068AB Ce Soir

📋 copy color: '#9068AB'

red 144 ◦ green 104 ◦ blue 171

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

Shades of Ce Soir #9068AB

Tints of Ce Soir #9068AB

RGB

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

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

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

R = 34.37%
G = 24.82%
B = 40.81%

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

#9068AB (or 0x9068AB) is known color: Ce Soir. HEX triplet: 90, 68 and AB. RGB value is (144,104,171). Sum of RGB (Red+Green+Blue) = 144+104+171=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #9068AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9068AB is #6F9754. Grayscale: #7B7B7B. Windows color (decimal): -7313237 or 11233424. OLE color: 11233424.

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

Color convert

RGB 144 104 171 -
CMYK 0.16 0.39 0 0.33
HSL 275.82º 0.29% 0.54% -
HSV(B) 275.82º 0.39% 0.67% -
XYZ 23.8 18.77 40.9 -
YUV 123.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 144 104 171 0.16 0.39 0 0.33 275.82 0.29 0.54
Hex 90 68 AB 10 27 0 21 114 1D 36
Octal 220 150 253 20 47 0 41 424 35 66
Binary 10010000 1101000 10101011 10000 100111 0 100001 100010100 11101 110110

Color Harmonies of #9068AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9068AB

Black with #9068AB

Text Example


Text Example

White with #9068AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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