Html Css Color HEX #9768AC Ce Soir

📋 copy color: '#9768AC'

red 151 ◦ green 104 ◦ blue 172

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

Shades of Ce Soir #9768AC

Tints of Ce Soir #9768AC

RGB

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

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

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

R = 35.36%
G = 24.36%
B = 40.28%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9768AC (or 0x9768AC) is known color: Ce Soir. HEX triplet: 97, 68 and AC. RGB value is (151,104,172). Sum of RGB (Red+Green+Blue) = 151+104+172=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #9768AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9768AC is #689753. Grayscale: #7D7D7D. Windows color (decimal): -6854484 or 11298967. OLE color: 11298967.

HSL color Cylindrical-coordinate representation of color #9768AC: hue angle of 281.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9768AC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 104 172 -
CMYK 0.12 0.40 0 0.33
HSL 281.47º 0.29% 0.54% -
HSV(B) 281.47º 0.4% 0.67% -
XYZ 25.16 19.46 41.46 -
YUV 125.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 151 104 172 0.12 0.40 0 0.33 281.47 0.29 0.54
Hex 97 68 AC C 28 0 21 119 1D 36
Octal 227 150 254 14 50 0 41 431 35 66
Binary 10010111 1101000 10101100 1100 101000 0 100001 100011001 11101 110110

Color Harmonies of #9768AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768AC

Black with #9768AC

Text Example


Text Example

White with #9768AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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