Html Css Color HEX #8534BC Dark Orchid

📋 copy color: '#8534BC'

red 133 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #8534BC

Tints of Dark Orchid #8534BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 35.66%
G = 13.94%
B = 50.4%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8534BC (or 0x8534BC) is known color: Dark Orchid. HEX triplet: 85, 34 and BC. RGB value is (133,52,188). Sum of RGB (Red+Green+Blue) = 133+52+188=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8534BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534BC is #7ACB43. Grayscale: #5B5B5B. Windows color (decimal): -8047428 or 12334213. OLE color: 12334213.

HSL color Cylindrical-coordinate representation of color #8534BC: hue angle of 275.74º 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 #8534BC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 52 188 -
CMYK 0.29 0.72 0 0.26
HSL 275.74º 0.57% 0.47% -
HSV(B) 275.74º 0.72% 0.74% -
XYZ 19.98 11.07 48.66 -
YUV 91.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 133 52 188 0.29 0.72 0 0.26 275.74 0.57 0.47
Hex 85 34 BC 1D 48 0 1A 114 39 2F
Octal 205 64 274 35 110 0 32 424 71 57
Binary 10000101 110100 10111100 11101 1001000 0 11010 100010100 111001 101111

Color Harmonies of #8534BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8534BC

Black with #8534BC

Text Example


Text Example

White with #8534BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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