Html Css Color HEX #957CCF True V

📋 copy color: '#957CCF'

red 149 ◦ green 124 ◦ blue 207

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

Shades of True V #957CCF

Tints of True V #957CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

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

R = 31.04%
G = 25.83%
B = 43.13%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#957CCF (or 0x957CCF) is known color: True V. HEX triplet: 95, 7C and CF. RGB value is (149,124,207). Sum of RGB (Red+Green+Blue) = 149+124+207=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #957CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCF is #6A8330. Grayscale: #8C8C8C. Windows color (decimal): -6980401 or 13597845. OLE color: 13597845.

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

Color convert

RGB 149 124 207 -
CMYK 0.28 0.40 0 0.19
HSL 258.07º 0.46% 0.65% -
HSV(B) 258.07º 0.4% 0.81% -
XYZ 30.86 25.31 62.29 -
YUV 140.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 149 124 207 0.28 0.40 0 0.19 258.07 0.46 0.65
Hex 95 7C CF 1C 28 0 13 102 2E 41
Octal 225 174 317 34 50 0 23 402 56 101
Binary 10010101 1111100 11001111 11100 101000 0 10011 100000010 101110 1000001

Color Harmonies of #957CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CCF

Black with #957CCF

Text Example


Text Example

White with #957CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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