Html Css Color HEX #8534BD Dark Orchid

📋 copy color: '#8534BD'

red 133 ◦ green 52 ◦ blue 189

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

Shades of Dark Orchid #8534BD

Tints of Dark Orchid #8534BD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

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

R = 35.56%
G = 13.9%
B = 50.53%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8534BD (or 0x8534BD) is known color: Dark Orchid. HEX triplet: 85, 34 and BD. RGB value is (133,52,189). Sum of RGB (Red+Green+Blue) = 133+52+189=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #8534BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534BD is #7ACB42. Grayscale: #5B5B5B. Windows color (decimal): -8047427 or 12399749. OLE color: 12399749.

HSL color Cylindrical-coordinate representation of color #8534BD: hue angle of 275.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8534BD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 52 189 -
CMYK 0.30 0.72 0 0.26
HSL 275.47º 0.57% 0.47% -
HSV(B) 275.47º 0.72% 0.74% -
XYZ 20.09 11.12 49.23 -
YUV 91.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 133 52 189 0.30 0.72 0 0.26 275.47 0.57 0.47
Hex 85 34 BD 1E 48 0 1A 113 39 2F
Octal 205 64 275 36 110 0 32 423 71 57
Binary 10000101 110100 10111101 11110 1001000 0 11010 100010011 111001 101111

Color Harmonies of #8534BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8534BD

Black with #8534BD

Text Example


Text Example

White with #8534BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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