Html Css Color HEX #8520BF Dark Orchid

📋 copy color: '#8520BF'

red 133 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #8520BF

Tints of Dark Orchid #8520BF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 37.36%
G = 8.99%
B = 53.65%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8520BF (or 0x8520BF) is known color: Dark Orchid. HEX triplet: 85, 20 and BF. RGB value is (133,32,191). Sum of RGB (Red+Green+Blue) = 133+32+191=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #8520BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520BF is #7ADF40. Grayscale: #4F4F4F. Windows color (decimal): -8052545 or 12525701. OLE color: 12525701.

HSL color Cylindrical-coordinate representation of color #8520BF: hue angle of 278.11º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8520BF is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 32 191 -
CMYK 0.30 0.83 0 0.25
HSL 278.11º 0.71% 0.44% -
HSV(B) 278.11º 0.83% 0.75% -
XYZ 19.59 9.78 50.15 -
YUV 80.33 190.46 165.57 -
System Red Green Blue C M Y K H S L
Decimal 133 32 191 0.30 0.83 0 0.25 278.11 0.71 0.44
Hex 85 20 BF 1E 53 0 19 116 47 2C
Octal 205 40 277 36 123 0 31 426 107 54
Binary 10000101 100000 10111111 11110 1010011 0 11001 100010110 1000111 101100

Color Harmonies of #8520BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520BF

Black with #8520BF

Text Example


Text Example

White with #8520BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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