#957FCE

Color #957FCE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #957FCE

Tints of True V #957FCE

Color information

#957FCE (or 0x957FCE) is unknown color: approx True V. HEX triplet: 95, 7F and CE. RGB value is (149,127,206). Sum of RGB (Red+Green+Blue) = 149+127+206=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #957FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FCE is #6A8031. Grayscale: #8E8E8E. Windows color (decimal): -6979634 or 13533077. OLE color: 13533077.

HSL color Cylindrical-coordinate representation of color #957FCE: hue angle of 256.71º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957FCE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149127206-
CMYK0.280.3800.19
HSL256.71º44.63%65.29%-
HSV(B)256.71º38.35%80.78%-
XYZ31.1226.0261.78-
YUV142.58163.79132.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=30.91%
G=26.35%
B=42.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491272060.280.3800.19256.7144.6365.29
Hex957FCE1C260131012d41
Octal225177316344602340155101
Binary10010101111111111001110111001001100100111000000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957FCE; }

 p { color: rgb(149,127,206); }

 H1.HeaderClassName
 {
   color: #957FCE;
 }
 .AnyTagClassName
 {
   color: #957FCE;
 }
</style>
background-color css

<style>
 a { background-color: #957FCE; }

 a { background-color: rgb(149,127,206); }

 div.DivClassName
 {
   background-color: #957FCE;
 }
 .BgClassName
 {
   background-color: #957FCE;
 }
</style>
border-color css

<style>
 span { border-color: #957FCE; }

 span { border-color: rgb(149,127,206); }

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