Html Css Color HEX #9764AB Ce Soir

📋 copy color: '#9764AB'

red 151 ◦ green 100 ◦ blue 171

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

Shades of Ce Soir #9764AB

Tints of Ce Soir #9764AB

RGB

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

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

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

R = 35.78%
G = 23.7%
B = 40.52%

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

#9764AB (or 0x9764AB) is known color: Ce Soir. HEX triplet: 97, 64 and AB. RGB value is (151,100,171). Sum of RGB (Red+Green+Blue) = 151+100+171=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9764AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9764AB is #689B54. Grayscale: #7B7B7B. Windows color (decimal): -6855509 or 11232407. OLE color: 11232407.

HSL color Cylindrical-coordinate representation of color #9764AB: hue angle of 283.1º 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 #9764AB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 100 171 -
CMYK 0.12 0.42 0 0.33
HSL 283.1º 0.3% 0.53% -
HSV(B) 283.1º 0.42% 0.67% -
XYZ 24.67 18.63 40.82 -
YUV 123.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 151 100 171 0.12 0.42 0 0.33 283.1 0.3 0.53
Hex 97 64 AB C 2A 0 21 11B 1E 35
Octal 227 144 253 14 52 0 41 433 36 65
Binary 10010111 1100100 10101011 1100 101010 0 100001 100011011 11110 110101

Color Harmonies of #9764AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9764AB

Black with #9764AB

Text Example


Text Example

White with #9764AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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