Html Css Color HEX #9765A5 Ce Soir

📋 copy color: '#9765A5'

red 151 ◦ green 101 ◦ blue 165

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

Shades of Ce Soir #9765A5

Tints of Ce Soir #9765A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.57%

R = 36.21%
G = 24.22%
B = 39.57%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9765A5 (or 0x9765A5) is known color: Ce Soir. HEX triplet: 97, 65 and A5. RGB value is (151,101,165). Sum of RGB (Red+Green+Blue) = 151+101+165=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 165 - color contains mainly: blue. Hex color #9765A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9765A5 is #689A5A. Grayscale: #7B7B7B. Windows color (decimal): -6855259 or 10839447. OLE color: 10839447.

HSL color Cylindrical-coordinate representation of color #9765A5: hue angle of 286.88º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9765A5 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 101 165 -
CMYK 0.08 0.39 0 0.35
HSL 286.88º 0.26% 0.52% -
HSV(B) 286.88º 0.39% 0.65% -
XYZ 24.21 18.6 37.91 -
YUV 123.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 151 101 165 0.08 0.39 0 0.35 286.88 0.26 0.52
Hex 97 65 A5 8 27 0 23 11F 1A 34
Octal 227 145 245 10 47 0 43 437 32 64
Binary 10010111 1100101 10100101 1000 100111 0 100011 100011111 11010 110100

Color Harmonies of #9765A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765A5

Black with #9765A5

Text Example


Text Example

White with #9765A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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