Html Css Color HEX #8521B3 Dark Orchid

📋 copy color: '#8521B3'

red 133 ◦ green 33 ◦ blue 179

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

Shades of Dark Orchid #8521B3

Tints of Dark Orchid #8521B3

RGB

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

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

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

R = 38.55%
G = 9.57%
B = 51.88%

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

#8521B3 (or 0x8521B3) is known color: Dark Orchid. HEX triplet: 85, 21 and B3. RGB value is (133,33,179). Sum of RGB (Red+Green+Blue) = 133+33+179=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #8521B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8521B3 is #7ADE4C. Grayscale: #4F4F4F. Windows color (decimal): -8052301 or 11739525. OLE color: 11739525.

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

Color convert

RGB 133 33 179 -
CMYK 0.26 0.82 0 0.30
HSL 281.1º 0.69% 0.42% -
HSV(B) 281.1º 0.82% 0.7% -
XYZ 18.35 9.33 43.48 -
YUV 79.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 133 33 179 0.26 0.82 0 0.30 281.1 0.69 0.42
Hex 85 21 B3 1A 52 0 1E 119 45 2A
Octal 205 41 263 32 122 0 36 431 105 52
Binary 10000101 100001 10110011 11010 1010010 0 11110 100011001 1000101 101010

Color Harmonies of #8521B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8521B3

Black with #8521B3

Text Example


Text Example

White with #8521B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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