Html Css Color HEX #9762AB Ce Soir

📋 copy color: '#9762AB'

red 151 ◦ green 98 ◦ blue 171

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

Shades of Ce Soir #9762AB

Tints of Ce Soir #9762AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 35.95%
G = 23.33%
B = 40.71%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9762AB (or 0x9762AB) is known color: Ce Soir. HEX triplet: 97, 62 and AB. RGB value is (151,98,171). Sum of RGB (Red+Green+Blue) = 151+98+171=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9762AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9762AB is #689D54. Grayscale: #797979. Windows color (decimal): -6856021 or 11231895. OLE color: 11231895.

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

Color convert

RGB 151 98 171 -
CMYK 0.12 0.43 0 0.33
HSL 283.56º 0.3% 0.53% -
HSV(B) 283.56º 0.43% 0.67% -
XYZ 24.48 18.25 40.76 -
YUV 122.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 151 98 171 0.12 0.43 0 0.33 283.56 0.3 0.53
Hex 97 62 AB C 2B 0 21 11C 1E 35
Octal 227 142 253 14 53 0 41 434 36 65
Binary 10010111 1100010 10101011 1100 101011 0 100001 100011100 11110 110101

Color Harmonies of #9762AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9762AB

Black with #9762AB

Text Example


Text Example

White with #9762AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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