Html Css Color HEX #937EBD Cold Purple

📋 copy color: '#937EBD'

red 147 ◦ green 126 ◦ blue 189

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

Shades of Cold Purple #937EBD

Tints of Cold Purple #937EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 31.82%
G = 27.27%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#937EBD (or 0x937EBD) is known color: Cold Purple. HEX triplet: 93, 7E and BD. RGB value is (147,126,189). Sum of RGB (Red+Green+Blue) = 147+126+189=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #937EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EBD is #6C8142. Grayscale: #8B8B8B. Windows color (decimal): -7110979 or 12418707. OLE color: 12418707.

HSL color Cylindrical-coordinate representation of color #937EBD: hue angle of 260º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937EBD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 126 189 -
CMYK 0.22 0.33 0 0.26
HSL 260º 0.32% 0.62% -
HSV(B) 260º 0.33% 0.74% -
XYZ 28.68 24.8 51.42 -
YUV 139.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 147 126 189 0.22 0.33 0 0.26 260 0.32 0.62
Hex 93 7E BD 16 21 0 1A 104 20 3E
Octal 223 176 275 26 41 0 32 404 40 76
Binary 10010011 1111110 10111101 10110 100001 0 11010 100000100 100000 111110

Color Harmonies of #937EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937EBD

Black with #937EBD

Text Example


Text Example

White with #937EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,126,189); }

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

background-color css

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

 a { background-color: rgb(147,126,189); }

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

border-color css

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

 span { border-color: rgb(147,126,189); }

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