Html Css Color HEX #957FC6 True V

📋 copy color: '#957FC6'

red 149 ◦ green 127 ◦ blue 198

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

Shades of True V #957FC6

Tints of True V #957FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

 BLUE value IS 198 (77.73% from 255) = 41.77%

R = 31.43%
G = 26.79%
B = 41.77%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#957FC6 (or 0x957FC6) is known color: True V. HEX triplet: 95, 7F and C6. RGB value is (149,127,198). Sum of RGB (Red+Green+Blue) = 149+127+198=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #957FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FC6 is #6A8039. Grayscale: #8D8D8D. Windows color (decimal): -6979642 or 13008789. OLE color: 13008789.

HSL color Cylindrical-coordinate representation of color #957FC6: hue angle of 258.59º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957FC6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 127 198 -
CMYK 0.25 0.36 0 0.22
HSL 258.59º 0.38% 0.64% -
HSV(B) 258.59º 0.36% 0.78% -
XYZ 30.18 25.65 56.79 -
YUV 141.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 149 127 198 0.25 0.36 0 0.22 258.59 0.38 0.64
Hex 95 7F C6 19 24 0 16 103 26 40
Octal 225 177 306 31 44 0 26 403 46 100
Binary 10010101 1111111 11000110 11001 100100 0 10110 100000011 100110 1000000

Color Harmonies of #957FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FC6

Black with #957FC6

Text Example


Text Example

White with #957FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957FC6;
 }
 .AnyTagClassName
 {
   color: #957FC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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