Html Css Color HEX #8522B7 Dark Orchid

📋 copy color: '#8522B7'

red 133 ◦ green 34 ◦ blue 183

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

Shades of Dark Orchid #8522B7

Tints of Dark Orchid #8522B7

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

 BLUE value IS 183 (71.88% from 255) = 52.29%

R = 38%
G = 9.71%
B = 52.29%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8522B7 (or 0x8522B7) is known color: Dark Orchid. HEX triplet: 85, 22 and B7. RGB value is (133,34,183). Sum of RGB (Red+Green+Blue) = 133+34+183=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #8522B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522B7 is #7ADD48. Grayscale: #505050. Windows color (decimal): -8052041 or 12001925. OLE color: 12001925.

HSL color Cylindrical-coordinate representation of color #8522B7: hue angle of 279.87º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8522B7 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 34 183 -
CMYK 0.27 0.81 0 0.28
HSL 279.87º 0.69% 0.43% -
HSV(B) 279.87º 0.81% 0.72% -
XYZ 18.79 9.55 45.65 -
YUV 80.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 133 34 183 0.27 0.81 0 0.28 279.87 0.69 0.43
Hex 85 22 B7 1B 51 0 1C 118 45 2B
Octal 205 42 267 33 121 0 34 430 105 53
Binary 10000101 100010 10110111 11011 1010001 0 11100 100011000 1000101 101011

Color Harmonies of #8522B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8522B7

Black with #8522B7

Text Example


Text Example

White with #8522B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8522B7; }

 p { color: rgb(133,34,183); }

 H1.HeaderClassName
 {
   color: #8522B7;
 }
 .AnyTagClassName
 {
   color: #8522B7;
 }
</style>

background-color css

<style>
 a { background-color: #8522B7; }

 a { background-color: rgb(133,34,183); }

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

border-color css

<style>
 span { border-color: #8522B7; }

 span { border-color: rgb(133,34,183); }

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