Html Css Color HEX #957FC9 True V

📋 copy color: '#957FC9'

red 149 ◦ green 127 ◦ blue 201

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

Shades of True V #957FC9

Tints of True V #957FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 31.24%
G = 26.62%
B = 42.14%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#957FC9 (or 0x957FC9) is known color: True V. HEX triplet: 95, 7F and C9. RGB value is (149,127,201). Sum of RGB (Red+Green+Blue) = 149+127+201=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #957FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FC9 is #6A8036. Grayscale: #8D8D8D. Windows color (decimal): -6979639 or 13205397. OLE color: 13205397.

HSL color Cylindrical-coordinate representation of color #957FC9: hue angle of 257.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #957FC9 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 127 201 -
CMYK 0.26 0.37 0 0.21
HSL 257.84º 0.41% 0.64% -
HSV(B) 257.84º 0.37% 0.79% -
XYZ 30.53 25.79 58.63 -
YUV 142.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 149 127 201 0.26 0.37 0 0.21 257.84 0.41 0.64
Hex 95 7F C9 1A 25 0 15 102 29 40
Octal 225 177 311 32 45 0 25 402 51 100
Binary 10010101 1111111 11001001 11010 100101 0 10101 100000010 101001 1000000

Color Harmonies of #957FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FC9

Black with #957FC9

Text Example


Text Example

White with #957FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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