Html Css Color HEX #957FCD True V

📋 copy color: '#957FCD'

red 149 ◦ green 127 ◦ blue 205

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

Shades of True V #957FCD

Tints of True V #957FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 30.98%
G = 26.4%
B = 42.62%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#957FCD (or 0x957FCD) is known color: True V. HEX triplet: 95, 7F and CD. RGB value is (149,127,205). Sum of RGB (Red+Green+Blue) = 149+127+205=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #957FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FCD is #6A8032. Grayscale: #8E8E8E. Windows color (decimal): -6979635 or 13467541. OLE color: 13467541.

HSL color Cylindrical-coordinate representation of color #957FCD: hue angle of 256.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957FCD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 127 205 -
CMYK 0.27 0.38 0 0.20
HSL 256.92º 0.44% 0.65% -
HSV(B) 256.92º 0.38% 0.8% -
XYZ 31 25.98 61.14 -
YUV 142.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 149 127 205 0.27 0.38 0 0.20 256.92 0.44 0.65
Hex 95 7F CD 1B 26 0 14 101 2C 41
Octal 225 177 315 33 46 0 24 401 54 101
Binary 10010101 1111111 11001101 11011 100110 0 10100 100000001 101100 1000001

Color Harmonies of #957FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FCD

Black with #957FCD

Text Example


Text Example

White with #957FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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