Html Css Color HEX #957FCF True V

📋 copy color: '#957FCF'

red 149 ◦ green 127 ◦ blue 207

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

Shades of True V #957FCF

Tints of True V #957FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 30.85%
G = 26.29%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#957FCF (or 0x957FCF) is known color: True V. HEX triplet: 95, 7F and CF. RGB value is (149,127,207). Sum of RGB (Red+Green+Blue) = 149+127+207=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #957FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FCF is #6A8030. Grayscale: #8E8E8E. Windows color (decimal): -6979633 or 13598613. OLE color: 13598613.

HSL color Cylindrical-coordinate representation of color #957FCF: hue angle of 256.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957FCF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 127 207 -
CMYK 0.28 0.39 0 0.19
HSL 256.5º 0.45% 0.65% -
HSV(B) 256.5º 0.39% 0.81% -
XYZ 31.25 26.07 62.42 -
YUV 142.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 149 127 207 0.28 0.39 0 0.19 256.5 0.45 0.65
Hex 95 7F CF 1C 27 0 13 100 2D 41
Octal 225 177 317 34 47 0 23 400 55 101
Binary 10010101 1111111 11001111 11100 100111 0 10011 100000000 101101 1000001

Color Harmonies of #957FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FCF

Black with #957FCF

Text Example


Text Example

White with #957FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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