Html Css Color HEX #956FDA Medium Purple

📋 copy color: '#956FDA'

red 149 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #956FDA

Tints of Medium Purple #956FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 31.17%
G = 23.22%
B = 45.61%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#956FDA (or 0x956FDA) is known color: Medium Purple. HEX triplet: 95, 6F and DA. RGB value is (149,111,218). Sum of RGB (Red+Green+Blue) = 149+111+218=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #956FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FDA is #6A9025. Grayscale: #868686. Windows color (decimal): -6983718 or 14315413. OLE color: 14315413.

HSL color Cylindrical-coordinate representation of color #956FDA: hue angle of 261.31º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956FDA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 111 218 -
CMYK 0.32 0.49 0 0.15
HSL 261.31º 0.59% 0.65% -
HSV(B) 261.31º 0.49% 0.85% -
XYZ 30.73 22.82 69.11 -
YUV 134.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 149 111 218 0.32 0.49 0 0.15 261.31 0.59 0.65
Hex 95 6F DA 20 31 0 F 105 3B 41
Octal 225 157 332 40 61 0 17 405 73 101
Binary 10010101 1101111 11011010 100000 110001 0 1111 100000101 111011 1000001

Color Harmonies of #956FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FDA

Black with #956FDA

Text Example


Text Example

White with #956FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,218); }

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

background-color css

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

 a { background-color: rgb(149,111,218); }

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

border-color css

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

 span { border-color: rgb(149,111,218); }

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