Html Css Color HEX #957FD1 True V

📋 copy color: '#957FD1'

red 149 ◦ green 127 ◦ blue 209

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

Shades of True V #957FD1

Tints of True V #957FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 30.72%
G = 26.19%
B = 43.09%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#957FD1 (or 0x957FD1) is known color: True V. HEX triplet: 95, 7F and D1. RGB value is (149,127,209). Sum of RGB (Red+Green+Blue) = 149+127+209=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #957FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FD1 is #6A802E. Grayscale: #8E8E8E. Windows color (decimal): -6979631 or 13729685. OLE color: 13729685.

HSL color Cylindrical-coordinate representation of color #957FD1: hue angle of 256.1º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957FD1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 127 209 -
CMYK 0.29 0.39 0 0.18
HSL 256.1º 0.47% 0.66% -
HSV(B) 256.1º 0.39% 0.82% -
XYZ 31.49 26.17 63.71 -
YUV 142.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 149 127 209 0.29 0.39 0 0.18 256.1 0.47 0.66
Hex 95 7F D1 1D 27 0 12 100 2F 42
Octal 225 177 321 35 47 0 22 400 57 102
Binary 10010101 1111111 11010001 11101 100111 0 10010 100000000 101111 1000010

Color Harmonies of #957FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FD1

Black with #957FD1

Text Example


Text Example

White with #957FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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