Html Css Color HEX #8831BD Dark Orchid

📋 copy color: '#8831BD'

red 136 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #8831BD

Tints of Dark Orchid #8831BD

RGB

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

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

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

R = 36.36%
G = 13.1%
B = 50.53%

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

#8831BD (or 0x8831BD) is known color: Dark Orchid. HEX triplet: 88, 31 and BD. RGB value is (136,49,189). Sum of RGB (Red+Green+Blue) = 136+49+189=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 49 (19.53% from 255 or 13.10% 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 #8831BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831BD is #77CE42. Grayscale: #5A5A5A. Windows color (decimal): -7851587 or 12398984. OLE color: 12398984.

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

Color convert

RGB 136 49 189 -
CMYK 0.28 0.74 0 0.26
HSL 277.29º 0.59% 0.47% -
HSV(B) 277.29º 0.74% 0.74% -
XYZ 20.44 11.1 49.21 -
YUV 90.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 136 49 189 0.28 0.74 0 0.26 277.29 0.59 0.47
Hex 88 31 BD 1C 4A 0 1A 115 3B 2F
Octal 210 61 275 34 112 0 32 425 73 57
Binary 10001000 110001 10111101 11100 1001010 0 11010 100010101 111011 101111

Color Harmonies of #8831BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8831BD

Black with #8831BD

Text Example


Text Example

White with #8831BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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