Html Css Color HEX #8828BF Dark Orchid

📋 copy color: '#8828BF'

red 136 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #8828BF

Tints of Dark Orchid #8828BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.04%

R = 37.06%
G = 10.9%
B = 52.04%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8828BF (or 0x8828BF) is known color: Dark Orchid. HEX triplet: 88, 28 and BF. RGB value is (136,40,191). Sum of RGB (Red+Green+Blue) = 136+40+191=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #8828BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828BF is #77D740. Grayscale: #555555. Windows color (decimal): -7853889 or 12527752. OLE color: 12527752.

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

Color convert

RGB 136 40 191 -
CMYK 0.29 0.79 0 0.25
HSL 278.15º 0.65% 0.45% -
HSV(B) 278.15º 0.79% 0.75% -
XYZ 20.32 10.51 50.25 -
YUV 85.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 136 40 191 0.29 0.79 0 0.25 278.15 0.65 0.45
Hex 88 28 BF 1D 4F 0 19 116 41 2D
Octal 210 50 277 35 117 0 31 426 101 55
Binary 10001000 101000 10111111 11101 1001111 0 11001 100010110 1000001 101101

Color Harmonies of #8828BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8828BF

Black with #8828BF

Text Example


Text Example

White with #8828BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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