Html Css Color HEX #9281DD Medium Purple

📋 copy color: '#9281DD'

red 146 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #9281DD

Tints of Medium Purple #9281DD

RGB

 RED value IS 146 (57.42% from 255) = 29.44%

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 29.44%
G = 26.01%
B = 44.56%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9281DD (or 0x9281DD) is known color: Medium Purple. HEX triplet: 92, 81 and DD. RGB value is (146,129,221). Sum of RGB (Red+Green+Blue) = 146+129+221=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #9281DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281DD is #6D7E22. Grayscale: #909090. Windows color (decimal): -7175715 or 14516626. OLE color: 14516626.

HSL color Cylindrical-coordinate representation of color #9281DD: hue angle of 251.09º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9281DD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 129 221 -
CMYK 0.34 0.42 0 0.13
HSL 251.09º 0.58% 0.69% -
HSV(B) 251.09º 0.42% 0.87% -
XYZ 32.76 27.03 71.9 -
YUV 144.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 146 129 221 0.34 0.42 0 0.13 251.09 0.58 0.69
Hex 92 81 DD 22 2A 0 D FB 3A 45
Octal 222 201 335 42 52 0 15 373 72 105
Binary 10010010 10000001 11011101 100010 101010 0 1101 11111011 111010 1000101

Color Harmonies of #9281DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9281DD

Black with #9281DD

Text Example


Text Example

White with #9281DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,129,221); }

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

background-color css

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

 a { background-color: rgb(146,129,221); }

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

border-color css

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

 span { border-color: rgb(146,129,221); }

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