Html Css Color HEX #8526BF Dark Orchid

📋 copy color: '#8526BF'

red 133 ◦ green 38 ◦ blue 191

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

Shades of Dark Orchid #8526BF

Tints of Dark Orchid #8526BF

RGB

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

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

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

R = 36.74%
G = 10.5%
B = 52.76%

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

#8526BF (or 0x8526BF) is known color: Dark Orchid. HEX triplet: 85, 26 and BF. RGB value is (133,38,191). Sum of RGB (Red+Green+Blue) = 133+38+191=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #8526BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526BF is #7AD940. Grayscale: #535353. Windows color (decimal): -8051009 or 12527237. OLE color: 12527237.

HSL color Cylindrical-coordinate representation of color #8526BF: hue angle of 277.25º degrees, saturation: 0.67, 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 #8526BF is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 38 191 -
CMYK 0.30 0.80 0 0.25
HSL 277.25º 0.67% 0.45% -
HSV(B) 277.25º 0.8% 0.75% -
XYZ 19.77 10.13 50.2 -
YUV 83.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 133 38 191 0.30 0.80 0 0.25 277.25 0.67 0.45
Hex 85 26 BF 1E 50 0 19 115 43 2D
Octal 205 46 277 36 120 0 31 425 103 55
Binary 10000101 100110 10111111 11110 1010000 0 11001 100010101 1000011 101101

Color Harmonies of #8526BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8526BF

Black with #8526BF

Text Example


Text Example

White with #8526BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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