Html Css Color HEX #8941BF Dark Orchid

📋 copy color: '#8941BF'

red 137 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #8941BF

Tints of Dark Orchid #8941BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

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

R = 34.86%
G = 16.54%
B = 48.6%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8941BF (or 0x8941BF) is known color: Dark Orchid. HEX triplet: 89, 41 and BF. RGB value is (137,65,191). Sum of RGB (Red+Green+Blue) = 137+65+191=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #8941BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941BF is #76BE40. Grayscale: #646464. Windows color (decimal): -7781953 or 12534153. OLE color: 12534153.

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

Color convert

RGB 137 65 191 -
CMYK 0.28 0.66 0 0.25
HSL 274.29º 0.5% 0.5% -
HSV(B) 274.29º 0.66% 0.75% -
XYZ 21.61 12.86 50.63 -
YUV 100.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 137 65 191 0.28 0.66 0 0.25 274.29 0.5 0.5
Hex 89 41 BF 1C 42 0 19 112 32 32
Octal 211 101 277 34 102 0 31 422 62 62
Binary 10001001 1000001 10111111 11100 1000010 0 11001 100010010 110010 110010

Color Harmonies of #8941BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8941BF

Black with #8941BF

Text Example


Text Example

White with #8941BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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