Html Css Color HEX #8938BF Dark Orchid

📋 copy color: '#8938BF'

red 137 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #8938BF

Tints of Dark Orchid #8938BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 35.68%
G = 14.58%
B = 49.74%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8938BF (or 0x8938BF) is known color: Dark Orchid. HEX triplet: 89, 38 and BF. RGB value is (137,56,191). Sum of RGB (Red+Green+Blue) = 137+56+191=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #8938BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938BF is #76C740. Grayscale: #5F5F5F. Windows color (decimal): -7784257 or 12531849. OLE color: 12531849.

HSL color Cylindrical-coordinate representation of color #8938BF: hue angle of 276º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8938BF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 56 191 -
CMYK 0.28 0.71 0 0.25
HSL 276º 0.55% 0.48% -
HSV(B) 276º 0.71% 0.75% -
XYZ 21.13 11.91 50.47 -
YUV 95.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 137 56 191 0.28 0.71 0 0.25 276 0.55 0.48
Hex 89 38 BF 1C 47 0 19 114 37 30
Octal 211 70 277 34 107 0 31 424 67 60
Binary 10001001 111000 10111111 11100 1000111 0 11001 100010100 110111 110000

Color Harmonies of #8938BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8938BF

Black with #8938BF

Text Example


Text Example

White with #8938BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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