Html Css Color HEX #8527BF Dark Orchid

📋 copy color: '#8527BF'

red 133 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #8527BF

Tints of Dark Orchid #8527BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 36.64%
G = 10.74%
B = 52.62%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8527BF (or 0x8527BF) is known color: Dark Orchid. HEX triplet: 85, 27 and BF. RGB value is (133,39,191). Sum of RGB (Red+Green+Blue) = 133+39+191=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #8527BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527BF is #7AD840. Grayscale: #535353. Windows color (decimal): -8050753 or 12527493. OLE color: 12527493.

HSL color Cylindrical-coordinate representation of color #8527BF: hue angle of 277.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8527BF is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 39 191 -
CMYK 0.30 0.80 0 0.25
HSL 277.11º 0.66% 0.45% -
HSV(B) 277.11º 0.8% 0.75% -
XYZ 19.8 10.2 50.22 -
YUV 84.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 133 39 191 0.30 0.80 0 0.25 277.11 0.66 0.45
Hex 85 27 BF 1E 50 0 19 115 42 2D
Octal 205 47 277 36 120 0 31 425 102 55
Binary 10000101 100111 10111111 11110 1010000 0 11001 100010101 1000010 101101

Color Harmonies of #8527BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8527BF

Black with #8527BF

Text Example


Text Example

White with #8527BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8527BF; }

 p { color: rgb(133,39,191); }

 H1.HeaderClassName
 {
   color: #8527BF;
 }
 .AnyTagClassName
 {
   color: #8527BF;
 }
</style>

background-color css

<style>
 a { background-color: #8527BF; }

 a { background-color: rgb(133,39,191); }

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

border-color css

<style>
 span { border-color: #8527BF; }

 span { border-color: rgb(133,39,191); }

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