Html Css Color HEX #8522B3 Dark Orchid

📋 copy color: '#8522B3'

red 133 ◦ green 34 ◦ blue 179

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

Shades of Dark Orchid #8522B3

Tints of Dark Orchid #8522B3

RGB

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

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

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

R = 38.44%
G = 9.83%
B = 51.73%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8522B3 (or 0x8522B3) is known color: Dark Orchid. HEX triplet: 85, 22 and B3. RGB value is (133,34,179). Sum of RGB (Red+Green+Blue) = 133+34+179=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #8522B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8522B3 is #7ADD4C. Grayscale: #4F4F4F. Windows color (decimal): -8052045 or 11739781. OLE color: 11739781.

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

Color convert

RGB 133 34 179 -
CMYK 0.26 0.81 0 0.30
HSL 280.97º 0.68% 0.42% -
HSV(B) 280.97º 0.81% 0.7% -
XYZ 18.38 9.39 43.49 -
YUV 80.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 133 34 179 0.26 0.81 0 0.30 280.97 0.68 0.42
Hex 85 22 B3 1A 51 0 1E 119 44 2A
Octal 205 42 263 32 121 0 36 431 104 52
Binary 10000101 100010 10110011 11010 1010001 0 11110 100011001 1000100 101010

Color Harmonies of #8522B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8522B3

Black with #8522B3

Text Example


Text Example

White with #8522B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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