Html Css Color HEX #957DCE True V

📋 copy color: '#957DCE'

red 149 ◦ green 125 ◦ blue 206

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

Shades of True V #957DCE

Tints of True V #957DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

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

R = 31.04%
G = 26.04%
B = 42.92%

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

#957DCE (or 0x957DCE) is known color: True V. HEX triplet: 95, 7D and CE. RGB value is (149,125,206). Sum of RGB (Red+Green+Blue) = 149+125+206=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #957DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCE is #6A8231. Grayscale: #8D8D8D. Windows color (decimal): -6980146 or 13532565. OLE color: 13532565.

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

Color convert

RGB 149 125 206 -
CMYK 0.28 0.39 0 0.19
HSL 257.78º 0.45% 0.65% -
HSV(B) 257.78º 0.39% 0.81% -
XYZ 30.87 25.51 61.69 -
YUV 141.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 149 125 206 0.28 0.39 0 0.19 257.78 0.45 0.65
Hex 95 7D CE 1C 27 0 13 102 2D 41
Octal 225 175 316 34 47 0 23 402 55 101
Binary 10010101 1111101 11001110 11100 100111 0 10011 100000010 101101 1000001

Color Harmonies of #957DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DCE

Black with #957DCE

Text Example


Text Example

White with #957DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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