Html Css Color HEX #9668AB Ce Soir

📋 copy color: '#9668AB'

red 150 ◦ green 104 ◦ blue 171

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

Shades of Ce Soir #9668AB

Tints of Ce Soir #9668AB

RGB

 RED value IS 150 (58.98% from 255) = 35.29%

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

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

R = 35.29%
G = 24.47%
B = 40.24%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9668AB (or 0x9668AB) is known color: Ce Soir. HEX triplet: 96, 68 and AB. RGB value is (150,104,171). Sum of RGB (Red+Green+Blue) = 150+104+171=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9668AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9668AB is #699754. Grayscale: #7D7D7D. Windows color (decimal): -6920021 or 11233430. OLE color: 11233430.

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

Color convert

RGB 150 104 171 -
CMYK 0.12 0.39 0 0.33
HSL 281.19º 0.29% 0.54% -
HSV(B) 281.19º 0.39% 0.67% -
XYZ 24.88 19.32 40.95 -
YUV 125.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 150 104 171 0.12 0.39 0 0.33 281.19 0.29 0.54
Hex 96 68 AB C 27 0 21 119 1D 36
Octal 226 150 253 14 47 0 41 431 35 66
Binary 10010110 1101000 10101011 1100 100111 0 100001 100011001 11101 110110

Color Harmonies of #9668AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9668AB

Black with #9668AB

Text Example


Text Example

White with #9668AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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