Html Css Color HEX #8528BB Dark Orchid

📋 copy color: '#8528BB'

red 133 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #8528BB

Tints of Dark Orchid #8528BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 36.94%
G = 11.11%
B = 51.94%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8528BB (or 0x8528BB) is known color: Dark Orchid. HEX triplet: 85, 28 and BB. RGB value is (133,40,187). Sum of RGB (Red+Green+Blue) = 133+40+187=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #8528BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528BB is #7AD744. Grayscale: #545454. Windows color (decimal): -8050501 or 12265605. OLE color: 12265605.

HSL color Cylindrical-coordinate representation of color #8528BB: hue angle of 277.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8528BB is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 40 187 -
CMYK 0.29 0.79 0 0.27
HSL 277.96º 0.65% 0.45% -
HSV(B) 277.96º 0.79% 0.73% -
XYZ 19.4 10.09 47.94 -
YUV 84.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 133 40 187 0.29 0.79 0 0.27 277.96 0.65 0.45
Hex 85 28 BB 1D 4F 0 1B 116 41 2D
Octal 205 50 273 35 117 0 33 426 101 55
Binary 10000101 101000 10111011 11101 1001111 0 11011 100010110 1000001 101101

Color Harmonies of #8528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528BB

Black with #8528BB

Text Example


Text Example

White with #8528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8528BB; }

 p { color: rgb(133,40,187); }

 H1.HeaderClassName
 {
   color: #8528BB;
 }
 .AnyTagClassName
 {
   color: #8528BB;
 }
</style>

background-color css

<style>
 a { background-color: #8528BB; }

 a { background-color: rgb(133,40,187); }

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

border-color css

<style>
 span { border-color: #8528BB; }

 span { border-color: rgb(133,40,187); }

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