Html Css Color HEX #9675AD Ce Soir

📋 copy color: '#9675AD'

red 150 ◦ green 117 ◦ blue 173

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

Shades of Ce Soir #9675AD

Tints of Ce Soir #9675AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 34.09%
G = 26.59%
B = 39.32%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9675AD (or 0x9675AD) is known color: Ce Soir. HEX triplet: 96, 75 and AD. RGB value is (150,117,173). Sum of RGB (Red+Green+Blue) = 150+117+173=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #9675AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675AD is #698A52. Grayscale: #858585. Windows color (decimal): -6916691 or 11367830. OLE color: 11367830.

HSL color Cylindrical-coordinate representation of color #9675AD: hue angle of 275.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9675AD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 117 173 -
CMYK 0.13 0.32 0 0.32
HSL 275.36º 0.25% 0.57% -
HSV(B) 275.36º 0.32% 0.68% -
XYZ 26.48 22.22 42.43 -
YUV 133.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 150 117 173 0.13 0.32 0 0.32 275.36 0.25 0.57
Hex 96 75 AD D 20 0 20 113 19 39
Octal 226 165 255 15 40 0 40 423 31 71
Binary 10010110 1110101 10101101 1101 100000 0 100000 100010011 11001 111001

Color Harmonies of #9675AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675AD

Black with #9675AD

Text Example


Text Example

White with #9675AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9675AD; }

 p { color: rgb(150,117,173); }

 H1.HeaderClassName
 {
   color: #9675AD;
 }
 .AnyTagClassName
 {
   color: #9675AD;
 }
</style>

background-color css

<style>
 a { background-color: #9675AD; }

 a { background-color: rgb(150,117,173); }

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

border-color css

<style>
 span { border-color: #9675AD; }

 span { border-color: rgb(150,117,173); }

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