Html Css Color HEX #8828BA Dark Orchid

📋 copy color: '#8828BA'

red 136 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #8828BA

Tints of Dark Orchid #8828BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 37.57%
G = 11.05%
B = 51.38%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8828BA (or 0x8828BA) is known color: Dark Orchid. HEX triplet: 88, 28 and BA. RGB value is (136,40,186). Sum of RGB (Red+Green+Blue) = 136+40+186=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #8828BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828BA is #77D745. Grayscale: #545454. Windows color (decimal): -7853894 or 12200072. OLE color: 12200072.

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

Color convert

RGB 136 40 186 -
CMYK 0.27 0.78 0 0.27
HSL 279.45º 0.65% 0.44% -
HSV(B) 279.45º 0.78% 0.73% -
XYZ 19.78 10.3 47.4 -
YUV 85.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 136 40 186 0.27 0.78 0 0.27 279.45 0.65 0.44
Hex 88 28 BA 1B 4E 0 1B 117 41 2C
Octal 210 50 272 33 116 0 33 427 101 54
Binary 10001000 101000 10111010 11011 1001110 0 11011 100010111 1000001 101100

Color Harmonies of #8828BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8828BA

Black with #8828BA

Text Example


Text Example

White with #8828BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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