Html Css Color HEX #8934BB Dark Orchid

📋 copy color: '#8934BB'

red 137 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #8934BB

Tints of Dark Orchid #8934BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 36.44%
G = 13.83%
B = 49.73%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8934BB (or 0x8934BB) is known color: Dark Orchid. HEX triplet: 89, 34 and BB. RGB value is (137,52,187). Sum of RGB (Red+Green+Blue) = 137+52+187=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #8934BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934BB is #76CB44. Grayscale: #5C5C5C. Windows color (decimal): -7785285 or 12268681. OLE color: 12268681.

HSL color Cylindrical-coordinate representation of color #8934BB: hue angle of 277.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8934BB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 52 187 -
CMYK 0.27 0.72 0 0.27
HSL 277.78º 0.56% 0.47% -
HSV(B) 277.78º 0.72% 0.73% -
XYZ 20.51 11.36 48.13 -
YUV 92.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 137 52 187 0.27 0.72 0 0.27 277.78 0.56 0.47
Hex 89 34 BB 1B 48 0 1B 116 38 2F
Octal 211 64 273 33 110 0 33 426 70 57
Binary 10001001 110100 10111011 11011 1001000 0 11011 100010110 111000 101111

Color Harmonies of #8934BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8934BB

Black with #8934BB

Text Example


Text Example

White with #8934BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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