Html Css Color HEX #9765AD Ce Soir

📋 copy color: '#9765AD'

red 151 ◦ green 101 ◦ blue 173

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

Shades of Ce Soir #9765AD

Tints of Ce Soir #9765AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 35.53%
G = 23.76%
B = 40.71%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9765AD (or 0x9765AD) is known color: Ce Soir. HEX triplet: 97, 65 and AD. RGB value is (151,101,173). Sum of RGB (Red+Green+Blue) = 151+101+173=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #9765AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9765AD is #689A52. Grayscale: #7B7B7B. Windows color (decimal): -6855251 or 11363735. OLE color: 11363735.

HSL color Cylindrical-coordinate representation of color #9765AD: hue angle of 281.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9765AD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 101 173 -
CMYK 0.13 0.42 0 0.32
HSL 281.67º 0.31% 0.54% -
HSV(B) 281.67º 0.42% 0.68% -
XYZ 24.96 18.9 41.87 -
YUV 124.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 151 101 173 0.13 0.42 0 0.32 281.67 0.31 0.54
Hex 97 65 AD D 2A 0 20 11A 1F 36
Octal 227 145 255 15 52 0 40 432 37 66
Binary 10010111 1100101 10101101 1101 101010 0 100000 100011010 11111 110110

Color Harmonies of #9765AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765AD

Black with #9765AD

Text Example


Text Example

White with #9765AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9765AD; }

 p { color: rgb(151,101,173); }

 H1.HeaderClassName
 {
   color: #9765AD;
 }
 .AnyTagClassName
 {
   color: #9765AD;
 }
</style>

background-color css

<style>
 a { background-color: #9765AD; }

 a { background-color: rgb(151,101,173); }

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

border-color css

<style>
 span { border-color: #9765AD; }

 span { border-color: rgb(151,101,173); }

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