Html Css Color HEX #8934BF Dark Orchid

📋 copy color: '#8934BF'

red 137 ◦ green 52 ◦ blue 191

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

Shades of Dark Orchid #8934BF

Tints of Dark Orchid #8934BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 36.05%
G = 13.68%
B = 50.26%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8934BF (or 0x8934BF) is known color: Dark Orchid. HEX triplet: 89, 34 and BF. RGB value is (137,52,191). Sum of RGB (Red+Green+Blue) = 137+52+191=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #8934BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934BF is #76CB40. Grayscale: #5C5C5C. Windows color (decimal): -7785281 or 12530825. OLE color: 12530825.

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

Color convert

RGB 137 52 191 -
CMYK 0.28 0.73 0 0.25
HSL 276.69º 0.57% 0.48% -
HSV(B) 276.69º 0.73% 0.75% -
XYZ 20.95 11.54 50.41 -
YUV 93.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 137 52 191 0.28 0.73 0 0.25 276.69 0.57 0.48
Hex 89 34 BF 1C 49 0 19 115 39 30
Octal 211 64 277 34 111 0 31 425 71 60
Binary 10001001 110100 10111111 11100 1001001 0 11001 100010101 111001 110000

Color Harmonies of #8934BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8934BF

Black with #8934BF

Text Example


Text Example

White with #8934BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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