Html Css Color HEX #8533BC Dark Orchid

📋 copy color: '#8533BC'

red 133 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #8533BC

Tints of Dark Orchid #8533BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

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

R = 35.75%
G = 13.71%
B = 50.54%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8533BC (or 0x8533BC) is known color: Dark Orchid. HEX triplet: 85, 33 and BC. RGB value is (133,51,188). Sum of RGB (Red+Green+Blue) = 133+51+188=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #8533BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533BC is #7ACC43. Grayscale: #5A5A5A. Windows color (decimal): -8047684 or 12333957. OLE color: 12333957.

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

Color convert

RGB 133 51 188 -
CMYK 0.29 0.73 0 0.26
HSL 275.91º 0.57% 0.47% -
HSV(B) 275.91º 0.73% 0.74% -
XYZ 19.93 10.99 48.65 -
YUV 91.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 133 51 188 0.29 0.73 0 0.26 275.91 0.57 0.47
Hex 85 33 BC 1D 49 0 1A 114 39 2F
Octal 205 63 274 35 111 0 32 424 71 57
Binary 10000101 110011 10111100 11101 1001001 0 11010 100010100 111001 101111

Color Harmonies of #8533BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8533BC

Black with #8533BC

Text Example


Text Example

White with #8533BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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