Html Css Color HEX #9775AC Ce Soir

📋 copy color: '#9775AC'

red 151 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #9775AC

Tints of Ce Soir #9775AC

RGB

 RED value IS 151 (59.38% from 255) = 34.32%

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

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 34.32%
G = 26.59%
B = 39.09%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9775AC (or 0x9775AC) is known color: Ce Soir. HEX triplet: 97, 75 and AC. RGB value is (151,117,172). Sum of RGB (Red+Green+Blue) = 151+117+172=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #9775AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9775AC is #688A53. Grayscale: #858585. Windows color (decimal): -6851156 or 11302295. OLE color: 11302295.

HSL color Cylindrical-coordinate representation of color #9775AC: hue angle of 277.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9775AC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 117 172 -
CMYK 0.12 0.32 0 0.33
HSL 277.09º 0.25% 0.57% -
HSV(B) 277.09º 0.32% 0.67% -
XYZ 26.57 22.28 41.93 -
YUV 133.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 151 117 172 0.12 0.32 0 0.33 277.09 0.25 0.57
Hex 97 75 AC C 20 0 21 115 19 39
Octal 227 165 254 14 40 0 41 425 31 71
Binary 10010111 1110101 10101100 1100 100000 0 100001 100010101 11001 111001

Color Harmonies of #9775AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775AC

Black with #9775AC

Text Example


Text Example

White with #9775AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9775AC; }

 p { color: rgb(151,117,172); }

 H1.HeaderClassName
 {
   color: #9775AC;
 }
 .AnyTagClassName
 {
   color: #9775AC;
 }
</style>

background-color css

<style>
 a { background-color: #9775AC; }

 a { background-color: rgb(151,117,172); }

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

border-color css

<style>
 span { border-color: #9775AC; }

 span { border-color: rgb(151,117,172); }

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