Html Css Color HEX #957FC2 Cold Purple

📋 copy color: '#957FC2'

red 149 ◦ green 127 ◦ blue 194

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

Shades of Cold Purple #957FC2

Tints of Cold Purple #957FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 31.7%
G = 27.02%
B = 41.28%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#957FC2 (or 0x957FC2) is known color: Cold Purple. HEX triplet: 95, 7F and C2. RGB value is (149,127,194). Sum of RGB (Red+Green+Blue) = 149+127+194=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #957FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FC2 is #6A803D. Grayscale: #8C8C8C. Windows color (decimal): -6979646 or 12746645. OLE color: 12746645.

HSL color Cylindrical-coordinate representation of color #957FC2: hue angle of 259.7º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957FC2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 127 194 -
CMYK 0.23 0.35 0 0.24
HSL 259.7º 0.35% 0.63% -
HSV(B) 259.7º 0.35% 0.76% -
XYZ 29.72 25.46 54.39 -
YUV 141.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 149 127 194 0.23 0.35 0 0.24 259.7 0.35 0.63
Hex 95 7F C2 17 23 0 18 104 23 3F
Octal 225 177 302 27 43 0 30 404 43 77
Binary 10010101 1111111 11000010 10111 100011 0 11000 100000100 100011 111111

Color Harmonies of #957FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FC2

Black with #957FC2

Text Example


Text Example

White with #957FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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