Html Css Color HEX #8528BE Dark Orchid

📋 copy color: '#8528BE'

red 133 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #8528BE

Tints of Dark Orchid #8528BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 36.64%
G = 11.02%
B = 52.34%

CMYK

 C value IS 0.3

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8528BE (or 0x8528BE) is known color: Dark Orchid. HEX triplet: 85, 28 and BE. RGB value is (133,40,190). Sum of RGB (Red+Green+Blue) = 133+40+190=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #8528BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528BE is #7AD741. Grayscale: #545454. Windows color (decimal): -8050498 or 12462213. OLE color: 12462213.

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

Color convert

RGB 133 40 190 -
CMYK 0.3 0.79 0 0.25
HSL 277.2º 0.65% 0.45% -
HSV(B) 277.2º 0.79% 0.75% -
XYZ 19.73 10.22 49.65 -
YUV 84.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 133 40 190 0.3 0.79 0 0.25 277.2 0.65 0.45
Hex 85 28 BE 1E 4F 0 19 115 41 2D
Octal 205 50 276 36 117 0 31 425 101 55
Binary 10000101 101000 10111110 11110 1001111 0 11001 100010101 1000001 101101

Color Harmonies of #8528BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8528BE

Black with #8528BE

Text Example


Text Example

White with #8528BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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