Html Css Color HEX #957FD0 True V

📋 copy color: '#957FD0'

red 149 ◦ green 127 ◦ blue 208

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

Shades of True V #957FD0

Tints of True V #957FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 30.79%
G = 26.24%
B = 42.98%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#957FD0 (or 0x957FD0) is known color: True V. HEX triplet: 95, 7F and D0. RGB value is (149,127,208). Sum of RGB (Red+Green+Blue) = 149+127+208=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #957FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FD0 is #6A802F. Grayscale: #8E8E8E. Windows color (decimal): -6979632 or 13664149. OLE color: 13664149.

HSL color Cylindrical-coordinate representation of color #957FD0: hue angle of 256.3º degrees, saturation: 0.46, 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 #957FD0 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 127 208 -
CMYK 0.28 0.39 0 0.18
HSL 256.3º 0.46% 0.66% -
HSV(B) 256.3º 0.39% 0.82% -
XYZ 31.37 26.12 63.06 -
YUV 142.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 149 127 208 0.28 0.39 0 0.18 256.3 0.46 0.66
Hex 95 7F D0 1C 27 0 12 100 2E 42
Octal 225 177 320 34 47 0 22 400 56 102
Binary 10010101 1111111 11010000 11100 100111 0 10010 100000000 101110 1000010

Color Harmonies of #957FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FD0

Black with #957FD0

Text Example


Text Example

White with #957FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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