Html Css Color HEX #956ADF Medium Purple

📋 copy color: '#956ADF'

red 149 ◦ green 106 ◦ blue 223

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

Shades of Medium Purple #956ADF

Tints of Medium Purple #956ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 31.17%
G = 22.18%
B = 46.65%

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

#956ADF (or 0x956ADF) is known color: Medium Purple. HEX triplet: 95, 6A and DF. RGB value is (149,106,223). Sum of RGB (Red+Green+Blue) = 149+106+223=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #956ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ADF is #6A9520. Grayscale: #838383. Windows color (decimal): -6984993 or 14641813. OLE color: 14641813.

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

Color convert

RGB 149 106 223 -
CMYK 0.33 0.52 0 0.13
HSL 262.05º 0.65% 0.65% -
HSV(B) 262.05º 0.52% 0.87% -
XYZ 30.87 22.03 72.44 -
YUV 132.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 149 106 223 0.33 0.52 0 0.13 262.05 0.65 0.65
Hex 95 6A DF 21 34 0 D 106 41 41
Octal 225 152 337 41 64 0 15 406 101 101
Binary 10010101 1101010 11011111 100001 110100 0 1101 100000110 1000001 1000001

Color Harmonies of #956ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ADF

Black with #956ADF

Text Example


Text Example

White with #956ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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