Html Css Color HEX #8526CA Dark Orchid

📋 copy color: '#8526CA'

red 133 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #8526CA

Tints of Dark Orchid #8526CA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.19%

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

R = 35.66%
G = 10.19%
B = 54.16%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8526CA (or 0x8526CA) is known color: Dark Orchid. HEX triplet: 85, 26 and CA. RGB value is (133,38,202). Sum of RGB (Red+Green+Blue) = 133+38+202=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #8526CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526CA is #7AD935. Grayscale: #545454. Windows color (decimal): -8050998 or 13248133. OLE color: 13248133.

HSL color Cylindrical-coordinate representation of color #8526CA: hue angle of 274.76º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8526CA is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 38 202 -
CMYK 0.34 0.81 0 0.21
HSL 274.76º 0.68% 0.47% -
HSV(B) 274.76º 0.81% 0.79% -
XYZ 21.03 10.64 56.82 -
YUV 85.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 133 38 202 0.34 0.81 0 0.21 274.76 0.68 0.47
Hex 85 26 CA 22 51 0 15 113 44 2F
Octal 205 46 312 42 121 0 25 423 104 57
Binary 10000101 100110 11001010 100010 1010001 0 10101 100010011 1000100 101111

Color Harmonies of #8526CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8526CA

Black with #8526CA

Text Example


Text Example

White with #8526CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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