Html Css Color HEX #956FAF Ce Soir

📋 copy color: '#956FAF'

red 149 ◦ green 111 ◦ blue 175

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

Shades of Ce Soir #956FAF

Tints of Ce Soir #956FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 34.25%
G = 25.52%
B = 40.23%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#956FAF (or 0x956FAF) is known color: Ce Soir. HEX triplet: 95, 6F and AF. RGB value is (149,111,175). Sum of RGB (Red+Green+Blue) = 149+111+175=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #956FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FAF is #6A9050. Grayscale: #818181. Windows color (decimal): -6983761 or 11497365. OLE color: 11497365.

HSL color Cylindrical-coordinate representation of color #956FAF: hue angle of 275.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956FAF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 111 175 -
CMYK 0.15 0.37 0 0.31
HSL 275.63º 0.29% 0.56% -
HSV(B) 275.63º 0.37% 0.69% -
XYZ 25.82 20.85 43.22 -
YUV 129.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 149 111 175 0.15 0.37 0 0.31 275.63 0.29 0.56
Hex 95 6F AF F 25 0 1F 114 1D 38
Octal 225 157 257 17 45 0 37 424 35 70
Binary 10010101 1101111 10101111 1111 100101 0 11111 100010100 11101 111000

Color Harmonies of #956FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FAF

Black with #956FAF

Text Example


Text Example

White with #956FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956FAF; }

 p { color: rgb(149,111,175); }

 H1.HeaderClassName
 {
   color: #956FAF;
 }
 .AnyTagClassName
 {
   color: #956FAF;
 }
</style>

background-color css

<style>
 a { background-color: #956FAF; }

 a { background-color: rgb(149,111,175); }

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

border-color css

<style>
 span { border-color: #956FAF; }

 span { border-color: rgb(149,111,175); }

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