Html Css Color HEX #8836BC Dark Orchid

📋 copy color: '#8836BC'

red 136 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #8836BC

Tints of Dark Orchid #8836BC

RGB

 RED value IS 136 (53.52% from 255) = 35.98%

 GREEN value IS 54 (21.48% from 255) = 14.29%

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

R = 35.98%
G = 14.29%
B = 49.74%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8836BC (or 0x8836BC) is known color: Dark Orchid. HEX triplet: 88, 36 and BC. RGB value is (136,54,188). Sum of RGB (Red+Green+Blue) = 136+54+188=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #8836BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836BC is #77C943. Grayscale: #5D5D5D. Windows color (decimal): -7850308 or 12334728. OLE color: 12334728.

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

Color convert

RGB 136 54 188 -
CMYK 0.28 0.71 0 0.26
HSL 276.72º 0.55% 0.47% -
HSV(B) 276.72º 0.71% 0.74% -
XYZ 20.55 11.5 48.71 -
YUV 93.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 136 54 188 0.28 0.71 0 0.26 276.72 0.55 0.47
Hex 88 36 BC 1C 47 0 1A 115 37 2F
Octal 210 66 274 34 107 0 32 425 67 57
Binary 10001000 110110 10111100 11100 1000111 0 11010 100010101 110111 101111

Color Harmonies of #8836BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8836BC

Black with #8836BC

Text Example


Text Example

White with #8836BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,54,188); }

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

background-color css

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

 a { background-color: rgb(136,54,188); }

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

border-color css

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

 span { border-color: rgb(136,54,188); }

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