Html Css Color HEX #8938BC Dark Orchid

📋 copy color: '#8938BC'

red 137 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #8938BC

Tints of Dark Orchid #8938BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 35.96%
G = 14.7%
B = 49.34%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8938BC (or 0x8938BC) is known color: Dark Orchid. HEX triplet: 89, 38 and BC. RGB value is (137,56,188). Sum of RGB (Red+Green+Blue) = 137+56+188=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #8938BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938BC is #76C743. Grayscale: #5E5E5E. Windows color (decimal): -7784260 or 12335241. OLE color: 12335241.

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

Color convert

RGB 137 56 188 -
CMYK 0.27 0.70 0 0.26
HSL 276.82º 0.54% 0.48% -
HSV(B) 276.82º 0.7% 0.74% -
XYZ 20.81 11.78 48.75 -
YUV 95.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 137 56 188 0.27 0.70 0 0.26 276.82 0.54 0.48
Hex 89 38 BC 1B 46 0 1A 115 36 30
Octal 211 70 274 33 106 0 32 425 66 60
Binary 10001001 111000 10111100 11011 1000110 0 11010 100010101 110110 110000

Color Harmonies of #8938BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8938BC

Black with #8938BC

Text Example


Text Example

White with #8938BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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