Html Css Color HEX #8826BC Dark Orchid

📋 copy color: '#8826BC'

red 136 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #8826BC

Tints of Dark Orchid #8826BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 37.57%
G = 10.5%
B = 51.93%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8826BC (or 0x8826BC) is known color: Dark Orchid. HEX triplet: 88, 26 and BC. RGB value is (136,38,188). Sum of RGB (Red+Green+Blue) = 136+38+188=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #8826BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8826BC is #77D943. Grayscale: #535353. Windows color (decimal): -7854404 or 12330632. OLE color: 12330632.

HSL color Cylindrical-coordinate representation of color #8826BC: hue angle of 279.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8826BC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 38 188 -
CMYK 0.28 0.80 0 0.26
HSL 279.2º 0.66% 0.44% -
HSV(B) 279.2º 0.8% 0.74% -
XYZ 19.92 10.25 48.51 -
YUV 84.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 136 38 188 0.28 0.80 0 0.26 279.2 0.66 0.44
Hex 88 26 BC 1C 50 0 1A 117 42 2C
Octal 210 46 274 34 120 0 32 427 102 54
Binary 10001000 100110 10111100 11100 1010000 0 11010 100010111 1000010 101100

Color Harmonies of #8826BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8826BC

Black with #8826BC

Text Example


Text Example

White with #8826BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8826BC; }

 p { color: rgb(136,38,188); }

 H1.HeaderClassName
 {
   color: #8826BC;
 }
 .AnyTagClassName
 {
   color: #8826BC;
 }
</style>

background-color css

<style>
 a { background-color: #8826BC; }

 a { background-color: rgb(136,38,188); }

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

border-color css

<style>
 span { border-color: #8826BC; }

 span { border-color: rgb(136,38,188); }

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