Html Css Color HEX #937BDD Medium Purple

📋 copy color: '#937BDD'

red 147 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #937BDD

Tints of Medium Purple #937BDD

RGB

 RED value IS 147 (57.81% from 255) = 29.94%

 GREEN value IS 123 (48.44% from 255) = 25.05%

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

R = 29.94%
G = 25.05%
B = 45.01%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#937BDD (or 0x937BDD) is known color: Medium Purple. HEX triplet: 93, 7B and DD. RGB value is (147,123,221). Sum of RGB (Red+Green+Blue) = 147+123+221=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #937BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BDD is #6C8422. Grayscale: #8C8C8C. Windows color (decimal): -7111715 or 14515091. OLE color: 14515091.

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

Color convert

RGB 147 123 221 -
CMYK 0.33 0.44 0 0.13
HSL 254.69º 0.59% 0.67% -
HSV(B) 254.69º 0.44% 0.87% -
XYZ 32.17 25.59 71.65 -
YUV 141.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 147 123 221 0.33 0.44 0 0.13 254.69 0.59 0.67
Hex 93 7B DD 21 2C 0 D FF 3B 43
Octal 223 173 335 41 54 0 15 377 73 103
Binary 10010011 1111011 11011101 100001 101100 0 1101 11111111 111011 1000011

Color Harmonies of #937BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937BDD

Black with #937BDD

Text Example


Text Example

White with #937BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937BDD; }

 p { color: rgb(147,123,221); }

 H1.HeaderClassName
 {
   color: #937BDD;
 }
 .AnyTagClassName
 {
   color: #937BDD;
 }
</style>

background-color css

<style>
 a { background-color: #937BDD; }

 a { background-color: rgb(147,123,221); }

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

border-color css

<style>
 span { border-color: #937BDD; }

 span { border-color: rgb(147,123,221); }

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