Html Css Color HEX #8520B3 Dark Orchid

📋 copy color: '#8520B3'

red 133 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #8520B3

Tints of Dark Orchid #8520B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.03%

R = 38.66%
G = 9.3%
B = 52.03%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8520B3 (or 0x8520B3) is known color: Dark Orchid. HEX triplet: 85, 20 and B3. RGB value is (133,32,179). Sum of RGB (Red+Green+Blue) = 133+32+179=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #8520B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520B3 is #7ADF4C. Grayscale: #4E4E4E. Windows color (decimal): -8052557 or 11739269. OLE color: 11739269.

HSL color Cylindrical-coordinate representation of color #8520B3: hue angle of 281.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8520B3 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 32 179 -
CMYK 0.26 0.82 0 0.30
HSL 281.22º 0.7% 0.41% -
HSV(B) 281.22º 0.82% 0.7% -
XYZ 18.33 9.27 43.47 -
YUV 78.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 133 32 179 0.26 0.82 0 0.30 281.22 0.7 0.41
Hex 85 20 B3 1A 52 0 1E 119 46 29
Octal 205 40 263 32 122 0 36 431 106 51
Binary 10000101 100000 10110011 11010 1010010 0 11110 100011001 1000110 101001

Color Harmonies of #8520B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520B3

Black with #8520B3

Text Example


Text Example

White with #8520B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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