Html Css Color HEX #8828BB Dark Orchid

📋 copy color: '#8828BB'

red 136 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #8828BB

Tints of Dark Orchid #8828BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 37.47%
G = 11.02%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8828BB (or 0x8828BB) is known color: Dark Orchid. HEX triplet: 88, 28 and BB. RGB value is (136,40,187). Sum of RGB (Red+Green+Blue) = 136+40+187=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8828BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828BB is #77D744. Grayscale: #545454. Windows color (decimal): -7853893 or 12265608. OLE color: 12265608.

HSL color Cylindrical-coordinate representation of color #8828BB: hue angle of 279.18º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8828BB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 40 187 -
CMYK 0.27 0.79 0 0.27
HSL 279.18º 0.65% 0.45% -
HSV(B) 279.18º 0.79% 0.73% -
XYZ 19.88 10.34 47.96 -
YUV 85.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 136 40 187 0.27 0.79 0 0.27 279.18 0.65 0.45
Hex 88 28 BB 1B 4F 0 1B 117 41 2D
Octal 210 50 273 33 117 0 33 427 101 55
Binary 10001000 101000 10111011 11011 1001111 0 11011 100010111 1000001 101101

Color Harmonies of #8828BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8828BB

Black with #8828BB

Text Example


Text Example

White with #8828BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8828BB; }

 p { color: rgb(136,40,187); }

 H1.HeaderClassName
 {
   color: #8828BB;
 }
 .AnyTagClassName
 {
   color: #8828BB;
 }
</style>

background-color css

<style>
 a { background-color: #8828BB; }

 a { background-color: rgb(136,40,187); }

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

border-color css

<style>
 span { border-color: #8828BB; }

 span { border-color: rgb(136,40,187); }

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