Html Css Color HEX #95749F Ce Soir

📋 copy color: '#95749F'

red 149 ◦ green 116 ◦ blue 159

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

Shades of Ce Soir #95749F

Tints of Ce Soir #95749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

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

R = 35.14%
G = 27.36%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95749F (or 0x95749F) is known color: Ce Soir. HEX triplet: 95, 74 and 9F. RGB value is (149,116,159). Sum of RGB (Red+Green+Blue) = 149+116+159=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #95749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749F is #6A8B60. Grayscale: #828282. Windows color (decimal): -6982497 or 10450069. OLE color: 10450069.

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

Color convert

RGB 149 116 159 -
CMYK 0.06 0.27 0 0.38
HSL 286.05º 0.18% 0.54% -
HSV(B) 286.05º 0.27% 0.62% -
XYZ 24.9 21.38 35.62 -
YUV 130.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 149 116 159 0.06 0.27 0 0.38 286.05 0.18 0.54
Hex 95 74 9F 6 1B 0 26 11E 12 36
Octal 225 164 237 6 33 0 46 436 22 66
Binary 10010101 1110100 10011111 110 11011 0 100110 100011110 10010 110110

Color Harmonies of #95749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95749F

Black with #95749F

Text Example


Text Example

White with #95749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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