Html Css Color HEX #9775AF Ce Soir

📋 copy color: '#9775AF'

red 151 ◦ green 117 ◦ blue 175

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

Shades of Ce Soir #9775AF

Tints of Ce Soir #9775AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 34.09%
G = 26.41%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9775AF (or 0x9775AF) is known color: Ce Soir. HEX triplet: 97, 75 and AF. RGB value is (151,117,175). Sum of RGB (Red+Green+Blue) = 151+117+175=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #9775AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9775AF is #688A50. Grayscale: #858585. Windows color (decimal): -6851153 or 11498903. OLE color: 11498903.

HSL color Cylindrical-coordinate representation of color #9775AF: hue angle of 275.17º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9775AF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 117 175 -
CMYK 0.14 0.33 0 0.31
HSL 275.17º 0.27% 0.57% -
HSV(B) 275.17º 0.33% 0.69% -
XYZ 26.86 22.4 43.46 -
YUV 133.78 151.26 140.28 -
System Red Green Blue C M Y K H S L
Decimal 151 117 175 0.14 0.33 0 0.31 275.17 0.27 0.57
Hex 97 75 AF E 21 0 1F 113 1B 39
Octal 227 165 257 16 41 0 37 423 33 71
Binary 10010111 1110101 10101111 1110 100001 0 11111 100010011 11011 111001

Color Harmonies of #9775AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775AF

Black with #9775AF

Text Example


Text Example

White with #9775AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9775AF; }

 p { color: rgb(151,117,175); }

 H1.HeaderClassName
 {
   color: #9775AF;
 }
 .AnyTagClassName
 {
   color: #9775AF;
 }
</style>

background-color css

<style>
 a { background-color: #9775AF; }

 a { background-color: rgb(151,117,175); }

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

border-color css

<style>
 span { border-color: #9775AF; }

 span { border-color: rgb(151,117,175); }

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