Html Css Color HEX #95719F Ce Soir

📋 copy color: '#95719F'

red 149 ◦ green 113 ◦ blue 159

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

Shades of Ce Soir #95719F

Tints of Ce Soir #95719F

RGB

 RED value IS 149 (58.59% from 255) = 35.39%

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

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

R = 35.39%
G = 26.84%
B = 37.77%

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

#95719F (or 0x95719F) is known color: Ce Soir. HEX triplet: 95, 71 and 9F. RGB value is (149,113,159). Sum of RGB (Red+Green+Blue) = 149+113+159=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #95719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95719F is #6A8E60. Grayscale: #808080. Windows color (decimal): -6983265 or 10449301. OLE color: 10449301.

HSL color Cylindrical-coordinate representation of color #95719F: hue angle of 286.96º 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 #95719F is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 113 159 -
CMYK 0.06 0.29 0 0.38
HSL 286.96º 0.19% 0.53% -
HSV(B) 286.96º 0.29% 0.62% -
XYZ 24.56 20.7 35.5 -
YUV 129.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 149 113 159 0.06 0.29 0 0.38 286.96 0.19 0.53
Hex 95 71 9F 6 1D 0 26 11F 13 35
Octal 225 161 237 6 35 0 46 437 23 65
Binary 10010101 1110001 10011111 110 11101 0 100110 100011111 10011 110101

Color Harmonies of #95719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95719F

Black with #95719F

Text Example


Text Example

White with #95719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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