Html Css Color HEX #957ECD True V

📋 copy color: '#957ECD'

red 149 ◦ green 126 ◦ blue 205

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

Shades of True V #957ECD

Tints of True V #957ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

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

R = 31.04%
G = 26.25%
B = 42.71%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#957ECD (or 0x957ECD) is known color: True V. HEX triplet: 95, 7E and CD. RGB value is (149,126,205). Sum of RGB (Red+Green+Blue) = 149+126+205=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #957ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ECD is #6A8132. Grayscale: #8D8D8D. Windows color (decimal): -6979891 or 13467285. OLE color: 13467285.

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

Color convert

RGB 149 126 205 -
CMYK 0.27 0.39 0 0.20
HSL 257.47º 0.44% 0.65% -
HSV(B) 257.47º 0.39% 0.8% -
XYZ 30.87 25.72 61.09 -
YUV 141.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 149 126 205 0.27 0.39 0 0.20 257.47 0.44 0.65
Hex 95 7E CD 1B 27 0 14 101 2C 41
Octal 225 176 315 33 47 0 24 401 54 101
Binary 10010101 1111110 11001101 11011 100111 0 10100 100000001 101100 1000001

Color Harmonies of #957ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ECD

Black with #957ECD

Text Example


Text Example

White with #957ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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