Html Css Color HEX #8937B3 Dark Orchid

📋 copy color: '#8937B3'

red 137 ◦ green 55 ◦ blue 179

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

Shades of Dark Orchid #8937B3

Tints of Dark Orchid #8937B3

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 36.93%
G = 14.82%
B = 48.25%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8937B3 (or 0x8937B3) is known color: Dark Orchid. HEX triplet: 89, 37 and B3. RGB value is (137,55,179). Sum of RGB (Red+Green+Blue) = 137+55+179=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #8937B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937B3 is #76C84C. Grayscale: #5D5D5D. Windows color (decimal): -7784525 or 11745161. OLE color: 11745161.

HSL color Cylindrical-coordinate representation of color #8937B3: hue angle of 279.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8937B3 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 55 179 -
CMYK 0.23 0.69 0 0.30
HSL 279.68º 0.53% 0.46% -
HSV(B) 279.68º 0.69% 0.7% -
XYZ 19.82 11.31 43.79 -
YUV 93.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 137 55 179 0.23 0.69 0 0.30 279.68 0.53 0.46
Hex 89 37 B3 17 45 0 1E 118 35 2E
Octal 211 67 263 27 105 0 36 430 65 56
Binary 10001001 110111 10110011 10111 1000101 0 11110 100011000 110101 101110

Color Harmonies of #8937B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8937B3

Black with #8937B3

Text Example


Text Example

White with #8937B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8937B3; }

 p { color: rgb(137,55,179); }

 H1.HeaderClassName
 {
   color: #8937B3;
 }
 .AnyTagClassName
 {
   color: #8937B3;
 }
</style>

background-color css

<style>
 a { background-color: #8937B3; }

 a { background-color: rgb(137,55,179); }

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

border-color css

<style>
 span { border-color: #8937B3; }

 span { border-color: rgb(137,55,179); }

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