Html Css Color HEX #956AE0 Medium Purple

📋 copy color: '#956AE0'

red 149 ◦ green 106 ◦ blue 224

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

Shades of Medium Purple #956AE0

Tints of Medium Purple #956AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.13%

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 31.11%
G = 22.13%
B = 46.76%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#956AE0 (or 0x956AE0) is known color: Medium Purple. HEX triplet: 95, 6A and E0. RGB value is (149,106,224). Sum of RGB (Red+Green+Blue) = 149+106+224=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #956AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956AE0 is #6A951F. Grayscale: #838383. Windows color (decimal): -6984992 or 14707349. OLE color: 14707349.

HSL color Cylindrical-coordinate representation of color #956AE0: hue angle of 261.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956AE0 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 106 224 -
CMYK 0.33 0.53 0 0.12
HSL 261.86º 0.66% 0.65% -
HSV(B) 261.86º 0.53% 0.88% -
XYZ 31 22.08 73.15 -
YUV 132.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 149 106 224 0.33 0.53 0 0.12 261.86 0.66 0.65
Hex 95 6A E0 21 35 0 C 106 42 41
Octal 225 152 340 41 65 0 14 406 102 101
Binary 10010101 1101010 11100000 100001 110101 0 1100 100000110 1000010 1000001

Color Harmonies of #956AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AE0

Black with #956AE0

Text Example


Text Example

White with #956AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956AE0; }

 p { color: rgb(149,106,224); }

 H1.HeaderClassName
 {
   color: #956AE0;
 }
 .AnyTagClassName
 {
   color: #956AE0;
 }
</style>

background-color css

<style>
 a { background-color: #956AE0; }

 a { background-color: rgb(149,106,224); }

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

border-color css

<style>
 span { border-color: #956AE0; }

 span { border-color: rgb(149,106,224); }

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