Html Css Color HEX #9670AB Ce Soir

📋 copy color: '#9670AB'

red 150 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #9670AB

Tints of Ce Soir #9670AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 34.64%
G = 25.87%
B = 39.49%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9670AB (or 0x9670AB) is known color: Ce Soir. HEX triplet: 96, 70 and AB. RGB value is (150,112,171). Sum of RGB (Red+Green+Blue) = 150+112+171=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9670AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670AB is #698F54. Grayscale: #818181. Windows color (decimal): -6917973 or 11235478. OLE color: 11235478.

HSL color Cylindrical-coordinate representation of color #9670AB: hue angle of 278.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9670AB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 112 171 -
CMYK 0.12 0.35 0 0.33
HSL 278.64º 0.26% 0.55% -
HSV(B) 278.64º 0.35% 0.67% -
XYZ 25.72 21.01 41.23 -
YUV 130.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 150 112 171 0.12 0.35 0 0.33 278.64 0.26 0.55
Hex 96 70 AB C 23 0 21 117 1A 37
Octal 226 160 253 14 43 0 41 427 32 67
Binary 10010110 1110000 10101011 1100 100011 0 100001 100010111 11010 110111

Color Harmonies of #9670AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670AB

Black with #9670AB

Text Example


Text Example

White with #9670AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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