Html Css Color HEX #957CCE True V

📋 copy color: '#957CCE'

red 149 ◦ green 124 ◦ blue 206

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

Shades of True V #957CCE

Tints of True V #957CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 31.11%
G = 25.89%
B = 43.01%

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

#957CCE (or 0x957CCE) is known color: True V. HEX triplet: 95, 7C and CE. RGB value is (149,124,206). Sum of RGB (Red+Green+Blue) = 149+124+206=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #957CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCE is #6A8331. Grayscale: #8C8C8C. Windows color (decimal): -6980402 or 13532309. OLE color: 13532309.

HSL color Cylindrical-coordinate representation of color #957CCE: hue angle of 258.29º 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 #957CCE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 124 206 -
CMYK 0.28 0.40 0 0.19
HSL 258.29º 0.46% 0.65% -
HSV(B) 258.29º 0.4% 0.81% -
XYZ 30.74 25.26 61.65 -
YUV 140.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 149 124 206 0.28 0.40 0 0.19 258.29 0.46 0.65
Hex 95 7C CE 1C 28 0 13 102 2E 41
Octal 225 174 316 34 50 0 23 402 56 101
Binary 10010101 1111100 11001110 11100 101000 0 10011 100000010 101110 1000001

Color Harmonies of #957CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CCE

Black with #957CCE

Text Example


Text Example

White with #957CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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