Html Css Color HEX #8537BF Dark Orchid

📋 copy color: '#8537BF'

red 133 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #8537BF

Tints of Dark Orchid #8537BF

RGB

 RED value IS 133 (52.34% from 255) = 35.09%

 GREEN value IS 55 (21.88% from 255) = 14.51%

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

R = 35.09%
G = 14.51%
B = 50.4%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8537BF (or 0x8537BF) is known color: Dark Orchid. HEX triplet: 85, 37 and BF. RGB value is (133,55,191). Sum of RGB (Red+Green+Blue) = 133+55+191=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 55 (21.88% from 255 or 14.51% 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 #8537BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8537BF is #7AC840. Grayscale: #5D5D5D. Windows color (decimal): -8046657 or 12531589. OLE color: 12531589.

HSL color Cylindrical-coordinate representation of color #8537BF: hue angle of 274.41º 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 #8537BF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 55 191 -
CMYK 0.30 0.71 0 0.25
HSL 274.41º 0.55% 0.48% -
HSV(B) 274.41º 0.71% 0.75% -
XYZ 20.44 11.48 50.43 -
YUV 93.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 133 55 191 0.30 0.71 0 0.25 274.41 0.55 0.48
Hex 85 37 BF 1E 47 0 19 112 37 30
Octal 205 67 277 36 107 0 31 422 67 60
Binary 10000101 110111 10111111 11110 1000111 0 11001 100010010 110111 110000

Color Harmonies of #8537BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8537BF

Black with #8537BF

Text Example


Text Example

White with #8537BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,55,191); }

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

background-color css

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

 a { background-color: rgb(133,55,191); }

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

border-color css

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

 span { border-color: rgb(133,55,191); }

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