Html Css Color HEX #956BAF Ce Soir

📋 copy color: '#956BAF'

red 149 ◦ green 107 ◦ blue 175

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

Shades of Ce Soir #956BAF

Tints of Ce Soir #956BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

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

R = 34.57%
G = 24.83%
B = 40.6%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#956BAF (or 0x956BAF) is known color: Ce Soir. HEX triplet: 95, 6B and AF. RGB value is (149,107,175). Sum of RGB (Red+Green+Blue) = 149+107+175=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #956BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAF is #6A9450. Grayscale: #7F7F7F. Windows color (decimal): -6984785 or 11496341. OLE color: 11496341.

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

Color convert

RGB 149 107 175 -
CMYK 0.15 0.39 0 0.31
HSL 277.06º 0.3% 0.55% -
HSV(B) 277.06º 0.39% 0.69% -
XYZ 25.39 20 43.08 -
YUV 127.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 149 107 175 0.15 0.39 0 0.31 277.06 0.3 0.55
Hex 95 6B AF F 27 0 1F 115 1E 37
Octal 225 153 257 17 47 0 37 425 36 67
Binary 10010101 1101011 10101111 1111 100111 0 11111 100010101 11110 110111

Color Harmonies of #956BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BAF

Black with #956BAF

Text Example


Text Example

White with #956BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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