Html Css Color HEX #9764AC Ce Soir

📋 copy color: '#9764AC'

red 151 ◦ green 100 ◦ blue 172

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

Shades of Ce Soir #9764AC

Tints of Ce Soir #9764AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.64%

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

R = 35.7%
G = 23.64%
B = 40.66%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9764AC (or 0x9764AC) is known color: Ce Soir. HEX triplet: 97, 64 and AC. RGB value is (151,100,172). Sum of RGB (Red+Green+Blue) = 151+100+172=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9764AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9764AC is #689B53. Grayscale: #7B7B7B. Windows color (decimal): -6855508 or 11297943. OLE color: 11297943.

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

Color convert

RGB 151 100 172 -
CMYK 0.12 0.42 0 0.33
HSL 282.5º 0.3% 0.53% -
HSV(B) 282.5º 0.42% 0.67% -
XYZ 24.77 18.67 41.33 -
YUV 123.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 151 100 172 0.12 0.42 0 0.33 282.5 0.3 0.53
Hex 97 64 AC C 2A 0 21 11A 1E 35
Octal 227 144 254 14 52 0 41 432 36 65
Binary 10010111 1100100 10101100 1100 101010 0 100001 100011010 11110 110101

Color Harmonies of #9764AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9764AC

Black with #9764AC

Text Example


Text Example

White with #9764AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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