Html Css Color HEX #956AD4 Medium Purple

📋 copy color: '#956AD4'

red 149 ◦ green 106 ◦ blue 212

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

Shades of Medium Purple #956AD4

Tints of Medium Purple #956AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 31.91%
G = 22.7%
B = 45.4%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#956AD4 (or 0x956AD4) is known color: Medium Purple. HEX triplet: 95, 6A and D4. RGB value is (149,106,212). Sum of RGB (Red+Green+Blue) = 149+106+212=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #956AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956AD4 is #6A952B. Grayscale: #828282. Windows color (decimal): -6985004 or 13920917. OLE color: 13920917.

HSL color Cylindrical-coordinate representation of color #956AD4: hue angle of 264.34º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956AD4 is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 106 212 -
CMYK 0.30 0.5 0 0.17
HSL 264.34º 0.55% 0.62% -
HSV(B) 264.34º 0.5% 0.83% -
XYZ 29.43 21.45 64.88 -
YUV 130.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 149 106 212 0.30 0.5 0 0.17 264.34 0.55 0.62
Hex 95 6A D4 1E 32 0 11 108 37 3E
Octal 225 152 324 36 62 0 21 410 67 76
Binary 10010101 1101010 11010100 11110 110010 0 10001 100001000 110111 111110

Color Harmonies of #956AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AD4

Black with #956AD4

Text Example


Text Example

White with #956AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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