Html Css Color HEX #8522BA Dark Orchid

📋 copy color: '#8522BA'

red 133 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #8522BA

Tints of Dark Orchid #8522BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 37.68%
G = 9.63%
B = 52.69%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8522BA (or 0x8522BA) is known color: Dark Orchid. HEX triplet: 85, 22 and BA. RGB value is (133,34,186). Sum of RGB (Red+Green+Blue) = 133+34+186=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #8522BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522BA is #7ADD45. Grayscale: #505050. Windows color (decimal): -8052038 or 12198533. OLE color: 12198533.

HSL color Cylindrical-coordinate representation of color #8522BA: hue angle of 279.08º degrees, saturation: 0.69, 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 #8522BA is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 34 186 -
CMYK 0.28 0.82 0 0.27
HSL 279.08º 0.69% 0.43% -
HSV(B) 279.08º 0.82% 0.73% -
XYZ 19.11 9.68 47.31 -
YUV 80.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 133 34 186 0.28 0.82 0 0.27 279.08 0.69 0.43
Hex 85 22 BA 1C 52 0 1B 117 45 2B
Octal 205 42 272 34 122 0 33 427 105 53
Binary 10000101 100010 10111010 11100 1010010 0 11011 100010111 1000101 101011

Color Harmonies of #8522BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8522BA

Black with #8522BA

Text Example


Text Example

White with #8522BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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