Html Css Color HEX #8829BF Dark Orchid

📋 copy color: '#8829BF'

red 136 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #8829BF

Tints of Dark Orchid #8829BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

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

R = 36.96%
G = 11.14%
B = 51.9%

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

#8829BF (or 0x8829BF) is known color: Dark Orchid. HEX triplet: 88, 29 and BF. RGB value is (136,41,191). Sum of RGB (Red+Green+Blue) = 136+41+191=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #8829BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829BF is #77D640. Grayscale: #565656. Windows color (decimal): -7853633 or 12528008. OLE color: 12528008.

HSL color Cylindrical-coordinate representation of color #8829BF: hue angle of 278º 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 #8829BF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 41 191 -
CMYK 0.29 0.79 0 0.25
HSL 278º 0.65% 0.45% -
HSV(B) 278º 0.79% 0.75% -
XYZ 20.35 10.58 50.26 -
YUV 86.51 186.97 163.3 -
System Red Green Blue C M Y K H S L
Decimal 136 41 191 0.29 0.79 0 0.25 278 0.65 0.45
Hex 88 29 BF 1D 4F 0 19 116 41 2D
Octal 210 51 277 35 117 0 31 426 101 55
Binary 10001000 101001 10111111 11101 1001111 0 11001 100010110 1000001 101101

Color Harmonies of #8829BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8829BF

Black with #8829BF

Text Example


Text Example

White with #8829BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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