Html Css Color HEX #8958DD Medium Purple

📋 copy color: '#8958DD'

red 137 ◦ green 88 ◦ blue 221

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

Shades of Medium Purple #8958DD

Tints of Medium Purple #8958DD

RGB

 RED value IS 137 (53.91% from 255) = 30.72%

 GREEN value IS 88 (34.77% from 255) = 19.73%

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

R = 30.72%
G = 19.73%
B = 49.55%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8958DD (or 0x8958DD) is known color: Medium Purple. HEX triplet: 89, 58 and DD. RGB value is (137,88,221). Sum of RGB (Red+Green+Blue) = 137+88+221=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #8958DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958DD is #76A722. Grayscale: #757575. Windows color (decimal): -7776035 or 14506121. OLE color: 14506121.

HSL color Cylindrical-coordinate representation of color #8958DD: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8958DD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 88 221 -
CMYK 0.38 0.60 0 0.13
HSL 262.11º 0.66% 0.61% -
HSV(B) 262.11º 0.6% 0.87% -
XYZ 26.86 17.52 70.37 -
YUV 117.81 186.23 141.69 -
System Red Green Blue C M Y K H S L
Decimal 137 88 221 0.38 0.60 0 0.13 262.11 0.66 0.61
Hex 89 58 DD 26 3C 0 D 106 42 3D
Octal 211 130 335 46 74 0 15 406 102 75
Binary 10001001 1011000 11011101 100110 111100 0 1101 100000110 1000010 111101

Color Harmonies of #8958DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8958DD

Black with #8958DD

Text Example


Text Example

White with #8958DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8958DD; }

 p { color: rgb(137,88,221); }

 H1.HeaderClassName
 {
   color: #8958DD;
 }
 .AnyTagClassName
 {
   color: #8958DD;
 }
</style>

background-color css

<style>
 a { background-color: #8958DD; }

 a { background-color: rgb(137,88,221); }

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

border-color css

<style>
 span { border-color: #8958DD; }

 span { border-color: rgb(137,88,221); }

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