Html Css Color HEX #956ADD Medium Purple

📋 copy color: '#956ADD'

red 149 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #956ADD

Tints of Medium Purple #956ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 31.3%
G = 22.27%
B = 46.43%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#956ADD (or 0x956ADD) is known color: Medium Purple. HEX triplet: 95, 6A and DD. RGB value is (149,106,221). Sum of RGB (Red+Green+Blue) = 149+106+221=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #956ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ADD is #6A9522. Grayscale: #838383. Windows color (decimal): -6984995 or 14510741. OLE color: 14510741.

HSL color Cylindrical-coordinate representation of color #956ADD: hue angle of 262.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956ADD is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 106 221 -
CMYK 0.33 0.52 0 0.13
HSL 262.43º 0.63% 0.64% -
HSV(B) 262.43º 0.52% 0.87% -
XYZ 30.6 21.92 71.02 -
YUV 131.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 149 106 221 0.33 0.52 0 0.13 262.43 0.63 0.64
Hex 95 6A DD 21 34 0 D 106 3F 40
Octal 225 152 335 41 64 0 15 406 77 100
Binary 10010101 1101010 11011101 100001 110100 0 1101 100000110 111111 1000000

Color Harmonies of #956ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ADD

Black with #956ADD

Text Example


Text Example

White with #956ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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