Html Css Color HEX #9F7BAE Ce Soir

📋 copy color: '#9F7BAE'

red 159 ◦ green 123 ◦ blue 174

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

Shades of Ce Soir #9F7BAE

Tints of Ce Soir #9F7BAE

RGB

 RED value IS 159 (62.5% from 255) = 34.87%

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 34.87%
G = 26.97%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F7BAE (or 0x9F7BAE) is known color: Ce Soir. HEX triplet: 9F, 7B and AE. RGB value is (159,123,174). Sum of RGB (Red+Green+Blue) = 159+123+174=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7BAE is #608451. Grayscale: #8B8B8B. Windows color (decimal): -6325330 or 11434911. OLE color: 11434911.

HSL color Cylindrical-coordinate representation of color #9F7BAE: hue angle of 282.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7BAE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 123 174 -
CMYK 0.09 0.29 0 0.32
HSL 282.35º 0.24% 0.58% -
HSV(B) 282.35º 0.29% 0.68% -
XYZ 29.02 24.59 43.26 -
YUV 139.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 159 123 174 0.09 0.29 0 0.32 282.35 0.24 0.58
Hex 9F 7B AE 9 1D 0 20 11A 18 3A
Octal 237 173 256 11 35 0 40 432 30 72
Binary 10011111 1111011 10101110 1001 11101 0 100000 100011010 11000 111010

Color Harmonies of #9F7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7BAE

Black with #9F7BAE

Text Example


Text Example

White with #9F7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F7BAE; }

 p { color: rgb(159,123,174); }

 H1.HeaderClassName
 {
   color: #9F7BAE;
 }
 .AnyTagClassName
 {
   color: #9F7BAE;
 }
</style>

background-color css

<style>
 a { background-color: #9F7BAE; }

 a { background-color: rgb(159,123,174); }

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

border-color css

<style>
 span { border-color: #9F7BAE; }

 span { border-color: rgb(159,123,174); }

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