Html Css Color HEX #96719F Ce Soir

📋 copy color: '#96719F'

red 150 ◦ green 113 ◦ blue 159

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

Shades of Ce Soir #96719F

Tints of Ce Soir #96719F

RGB

 RED value IS 150 (58.98% from 255) = 35.55%

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 35.55%
G = 26.78%
B = 37.68%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96719F (or 0x96719F) is known color: Ce Soir. HEX triplet: 96, 71 and 9F. RGB value is (150,113,159). Sum of RGB (Red+Green+Blue) = 150+113+159=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #96719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96719F is #698E60. Grayscale: #818181. Windows color (decimal): -6917729 or 10449302. OLE color: 10449302.

HSL color Cylindrical-coordinate representation of color #96719F: hue angle of 288.26º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96719F is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 113 159 -
CMYK 0.06 0.29 0 0.38
HSL 288.26º 0.19% 0.53% -
HSV(B) 288.26º 0.29% 0.62% -
XYZ 24.74 20.8 35.51 -
YUV 129.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 150 113 159 0.06 0.29 0 0.38 288.26 0.19 0.53
Hex 96 71 9F 6 1D 0 26 120 13 35
Octal 226 161 237 6 35 0 46 440 23 65
Binary 10010110 1110001 10011111 110 11101 0 100110 100100000 10011 110101

Color Harmonies of #96719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96719F

Black with #96719F

Text Example


Text Example

White with #96719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96719F; }

 p { color: rgb(150,113,159); }

 H1.HeaderClassName
 {
   color: #96719F;
 }
 .AnyTagClassName
 {
   color: #96719F;
 }
</style>

background-color css

<style>
 a { background-color: #96719F; }

 a { background-color: rgb(150,113,159); }

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

border-color css

<style>
 span { border-color: #96719F; }

 span { border-color: rgb(150,113,159); }

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