Html Css Color HEX #8933BF Dark Orchid

📋 copy color: '#8933BF'

red 137 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #8933BF

Tints of Dark Orchid #8933BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

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

R = 36.15%
G = 13.46%
B = 50.4%

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

#8933BF (or 0x8933BF) is known color: Dark Orchid. HEX triplet: 89, 33 and BF. RGB value is (137,51,191). Sum of RGB (Red+Green+Blue) = 137+51+191=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #8933BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933BF is #76CC40. Grayscale: #5C5C5C. Windows color (decimal): -7785537 or 12530569. OLE color: 12530569.

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

Color convert

RGB 137 51 191 -
CMYK 0.28 0.73 0 0.25
HSL 276.86º 0.58% 0.47% -
HSV(B) 276.86º 0.73% 0.75% -
XYZ 20.9 11.45 50.4 -
YUV 92.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 137 51 191 0.28 0.73 0 0.25 276.86 0.58 0.47
Hex 89 33 BF 1C 49 0 19 115 3A 2F
Octal 211 63 277 34 111 0 31 425 72 57
Binary 10001001 110011 10111111 11100 1001001 0 11001 100010101 111010 101111

Color Harmonies of #8933BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8933BF

Black with #8933BF

Text Example


Text Example

White with #8933BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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