Html Css Color HEX #8831BC Dark Orchid

📋 copy color: '#8831BC'

red 136 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #8831BC

Tints of Dark Orchid #8831BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

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

R = 36.46%
G = 13.14%
B = 50.4%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8831BC (or 0x8831BC) is known color: Dark Orchid. HEX triplet: 88, 31 and BC. RGB value is (136,49,188). Sum of RGB (Red+Green+Blue) = 136+49+188=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 49 (19.53% from 255 or 13.14% 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 #8831BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831BC is #77CE43. Grayscale: #5A5A5A. Windows color (decimal): -7851588 or 12333448. OLE color: 12333448.

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

Color convert

RGB 136 49 188 -
CMYK 0.28 0.74 0 0.26
HSL 277.55º 0.59% 0.46% -
HSV(B) 277.55º 0.74% 0.74% -
XYZ 20.33 11.06 48.64 -
YUV 90.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 136 49 188 0.28 0.74 0 0.26 277.55 0.59 0.46
Hex 88 31 BC 1C 4A 0 1A 116 3B 2E
Octal 210 61 274 34 112 0 32 426 73 56
Binary 10001000 110001 10111100 11100 1001010 0 11010 100010110 111011 101110

Color Harmonies of #8831BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8831BC

Black with #8831BC

Text Example


Text Example

White with #8831BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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