Html Css Color HEX #8529CA Dark Orchid

📋 copy color: '#8529CA'

red 133 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #8529CA

Tints of Dark Orchid #8529CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

 BLUE value IS 202 (79.3% from 255) = 53.72%

R = 35.37%
G = 10.9%
B = 53.72%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8529CA (or 0x8529CA) is known color: Dark Orchid. HEX triplet: 85, 29 and CA. RGB value is (133,41,202). Sum of RGB (Red+Green+Blue) = 133+41+202=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #8529CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529CA is #7AD635. Grayscale: #565656. Windows color (decimal): -8050230 or 13248901. OLE color: 13248901.

HSL color Cylindrical-coordinate representation of color #8529CA: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8529CA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 41 202 -
CMYK 0.34 0.80 0 0.21
HSL 274.29º 0.66% 0.48% -
HSV(B) 274.29º 0.8% 0.79% -
XYZ 21.13 10.84 56.86 -
YUV 86.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 133 41 202 0.34 0.80 0 0.21 274.29 0.66 0.48
Hex 85 29 CA 22 50 0 15 112 42 30
Octal 205 51 312 42 120 0 25 422 102 60
Binary 10000101 101001 11001010 100010 1010000 0 10101 100010010 1000010 110000

Color Harmonies of #8529CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8529CA

Black with #8529CA

Text Example


Text Example

White with #8529CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8529CA; }

 p { color: rgb(133,41,202); }

 H1.HeaderClassName
 {
   color: #8529CA;
 }
 .AnyTagClassName
 {
   color: #8529CA;
 }
</style>

background-color css

<style>
 a { background-color: #8529CA; }

 a { background-color: rgb(133,41,202); }

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

border-color css

<style>
 span { border-color: #8529CA; }

 span { border-color: rgb(133,41,202); }

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