Html Css Color HEX #8938BA Dark Orchid

📋 copy color: '#8938BA'

red 137 ◦ green 56 ◦ blue 186

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

Shades of Dark Orchid #8938BA

Tints of Dark Orchid #8938BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.78%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 36.15%
G = 14.78%
B = 49.08%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8938BA (or 0x8938BA) is known color: Dark Orchid. HEX triplet: 89, 38 and BA. RGB value is (137,56,186). Sum of RGB (Red+Green+Blue) = 137+56+186=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #8938BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938BA is #76C745. Grayscale: #5E5E5E. Windows color (decimal): -7784262 or 12204169. OLE color: 12204169.

HSL color Cylindrical-coordinate representation of color #8938BA: hue angle of 277.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8938BA is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 56 186 -
CMYK 0.26 0.70 0 0.27
HSL 277.38º 0.54% 0.47% -
HSV(B) 277.38º 0.7% 0.73% -
XYZ 20.59 11.69 47.63 -
YUV 95.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 137 56 186 0.26 0.70 0 0.27 277.38 0.54 0.47
Hex 89 38 BA 1A 46 0 1B 115 36 2F
Octal 211 70 272 32 106 0 33 425 66 57
Binary 10001001 111000 10111010 11010 1000110 0 11011 100010101 110110 101111

Color Harmonies of #8938BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8938BA

Black with #8938BA

Text Example


Text Example

White with #8938BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8938BA; }

 p { color: rgb(137,56,186); }

 H1.HeaderClassName
 {
   color: #8938BA;
 }
 .AnyTagClassName
 {
   color: #8938BA;
 }
</style>

background-color css

<style>
 a { background-color: #8938BA; }

 a { background-color: rgb(137,56,186); }

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

border-color css

<style>
 span { border-color: #8938BA; }

 span { border-color: rgb(137,56,186); }

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