Html Css Color HEX #8521BB Dark Orchid

📋 copy color: '#8521BB'

red 133 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #8521BB

Tints of Dark Orchid #8521BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

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

R = 37.68%
G = 9.35%
B = 52.97%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8521BB (or 0x8521BB) is known color: Dark Orchid. HEX triplet: 85, 21 and BB. RGB value is (133,33,187). Sum of RGB (Red+Green+Blue) = 133+33+187=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #8521BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8521BB is #7ADE44. Grayscale: #4F4F4F. Windows color (decimal): -8052293 or 12263813. OLE color: 12263813.

HSL color Cylindrical-coordinate representation of color #8521BB: hue angle of 278.96º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8521BB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 33 187 -
CMYK 0.29 0.82 0 0.27
HSL 278.96º 0.7% 0.43% -
HSV(B) 278.96º 0.82% 0.73% -
XYZ 19.19 9.66 47.87 -
YUV 80.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 133 33 187 0.29 0.82 0 0.27 278.96 0.7 0.43
Hex 85 21 BB 1D 52 0 1B 117 46 2B
Octal 205 41 273 35 122 0 33 427 106 53
Binary 10000101 100001 10111011 11101 1010010 0 11011 100010111 1000110 101011

Color Harmonies of #8521BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8521BB

Black with #8521BB

Text Example


Text Example

White with #8521BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,33,187); }

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

background-color css

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

 a { background-color: rgb(133,33,187); }

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

border-color css

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

 span { border-color: rgb(133,33,187); }

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