Html Css Color HEX #955FDF Medium Purple

📋 copy color: '#955FDF'

red 149 ◦ green 95 ◦ blue 223

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

Shades of Medium Purple #955FDF

Tints of Medium Purple #955FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 31.91%
G = 20.34%
B = 47.75%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#955FDF (or 0x955FDF) is known color: Medium Purple. HEX triplet: 95, 5F and DF. RGB value is (149,95,223). Sum of RGB (Red+Green+Blue) = 149+95+223=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #955FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FDF is #6AA020. Grayscale: #7D7D7D. Windows color (decimal): -6987809 or 14638997. OLE color: 14638997.

HSL color Cylindrical-coordinate representation of color #955FDF: hue angle of 265.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955FDF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 95 223 -
CMYK 0.33 0.57 0 0.13
HSL 265.31º 0.67% 0.62% -
HSV(B) 265.31º 0.57% 0.87% -
XYZ 29.81 19.9 72.08 -
YUV 125.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 149 95 223 0.33 0.57 0 0.13 265.31 0.67 0.62
Hex 95 5F DF 21 39 0 D 109 43 3E
Octal 225 137 337 41 71 0 15 411 103 76
Binary 10010101 1011111 11011111 100001 111001 0 1101 100001001 1000011 111110

Color Harmonies of #955FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FDF

Black with #955FDF

Text Example


Text Example

White with #955FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955FDF; }

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

 H1.HeaderClassName
 {
   color: #955FDF;
 }
 .AnyTagClassName
 {
   color: #955FDF;
 }
</style>

background-color css

<style>
 a { background-color: #955FDF; }

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

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

border-color css

<style>
 span { border-color: #955FDF; }

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

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