Html Css Color HEX #9B81DD Medium Purple

📋 copy color: '#9B81DD'

red 155 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #9B81DD

Tints of Medium Purple #9B81DD

RGB

 RED value IS 155 (60.94% from 255) = 30.69%

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

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

R = 30.69%
G = 25.54%
B = 43.76%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B81DD (or 0x9B81DD) is known color: Medium Purple. HEX triplet: 9B, 81 and DD. RGB value is (155,129,221). Sum of RGB (Red+Green+Blue) = 155+129+221=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81DD is #647E22. Grayscale: #929292. Windows color (decimal): -6585891 or 14516635. OLE color: 14516635.

HSL color Cylindrical-coordinate representation of color #9B81DD: hue angle of 256.96º 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 #9B81DD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 129 221 -
CMYK 0.30 0.42 0 0.13
HSL 256.96º 0.58% 0.69% -
HSV(B) 256.96º 0.42% 0.87% -
XYZ 34.42 27.89 71.98 -
YUV 147.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 155 129 221 0.30 0.42 0 0.13 256.96 0.58 0.69
Hex 9B 81 DD 1E 2A 0 D 101 3A 45
Octal 233 201 335 36 52 0 15 401 72 105
Binary 10011011 10000001 11011101 11110 101010 0 1101 100000001 111010 1000101

Color Harmonies of #9B81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B81DD

Black with #9B81DD

Text Example


Text Example

White with #9B81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B81DD; }

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

 H1.HeaderClassName
 {
   color: #9B81DD;
 }
 .AnyTagClassName
 {
   color: #9B81DD;
 }
</style>

background-color css

<style>
 a { background-color: #9B81DD; }

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

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

border-color css

<style>
 span { border-color: #9B81DD; }

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

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