Html Css Color HEX #955FA7 Ce Soir

📋 copy color: '#955FA7'

red 149 ◦ green 95 ◦ blue 167

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

Shades of Ce Soir #955FA7

Tints of Ce Soir #955FA7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 167 (65.63% from 255) = 40.63%

R = 36.25%
G = 23.11%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#955FA7 (or 0x955FA7) is known color: Ce Soir. HEX triplet: 95, 5F and A7. RGB value is (149,95,167). Sum of RGB (Red+Green+Blue) = 149+95+167=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #955FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FA7 is #6AA058. Grayscale: #777777. Windows color (decimal): -6987865 or 10968981. OLE color: 10968981.

HSL color Cylindrical-coordinate representation of color #955FA7: hue angle of 285º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955FA7 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 95 167 -
CMYK 0.11 0.43 0 0.35
HSL 285º 0.29% 0.51% -
HSV(B) 285º 0.43% 0.65% -
XYZ 23.46 17.36 38.67 -
YUV 119.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 149 95 167 0.11 0.43 0 0.35 285 0.29 0.51
Hex 95 5F A7 B 2B 0 23 11D 1D 33
Octal 225 137 247 13 53 0 43 435 35 63
Binary 10010101 1011111 10100111 1011 101011 0 100011 100011101 11101 110011

Color Harmonies of #955FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FA7

Black with #955FA7

Text Example


Text Example

White with #955FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955FA7; }

 p { color: rgb(149,95,167); }

 H1.HeaderClassName
 {
   color: #955FA7;
 }
 .AnyTagClassName
 {
   color: #955FA7;
 }
</style>

background-color css

<style>
 a { background-color: #955FA7; }

 a { background-color: rgb(149,95,167); }

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

border-color css

<style>
 span { border-color: #955FA7; }

 span { border-color: rgb(149,95,167); }

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