Html Css Color HEX #8526BD Dark Orchid

📋 copy color: '#8526BD'

red 133 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #8526BD

Tints of Dark Orchid #8526BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 36.94%
G = 10.56%
B = 52.5%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8526BD (or 0x8526BD) is known color: Dark Orchid. HEX triplet: 85, 26 and BD. RGB value is (133,38,189). Sum of RGB (Red+Green+Blue) = 133+38+189=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #8526BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526BD is #7AD942. Grayscale: #535353. Windows color (decimal): -8051011 or 12396165. OLE color: 12396165.

HSL color Cylindrical-coordinate representation of color #8526BD: hue angle of 277.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8526BD is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 38 189 -
CMYK 0.30 0.80 0 0.26
HSL 277.75º 0.67% 0.45% -
HSV(B) 277.75º 0.8% 0.74% -
XYZ 19.55 10.05 49.05 -
YUV 83.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 133 38 189 0.30 0.80 0 0.26 277.75 0.67 0.45
Hex 85 26 BD 1E 50 0 1A 116 43 2D
Octal 205 46 275 36 120 0 32 426 103 55
Binary 10000101 100110 10111101 11110 1010000 0 11010 100010110 1000011 101101

Color Harmonies of #8526BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8526BD

Black with #8526BD

Text Example


Text Example

White with #8526BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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