Html Css Color HEX #8827BC Dark Orchid

📋 copy color: '#8827BC'

red 136 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #8827BC

Tints of Dark Orchid #8827BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 37.47%
G = 10.74%
B = 51.79%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8827BC (or 0x8827BC) is known color: Dark Orchid. HEX triplet: 88, 27 and BC. RGB value is (136,39,188). Sum of RGB (Red+Green+Blue) = 136+39+188=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #8827BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827BC is #77D843. Grayscale: #545454. Windows color (decimal): -7854148 or 12330888. OLE color: 12330888.

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

Color convert

RGB 136 39 188 -
CMYK 0.28 0.79 0 0.26
HSL 279.06º 0.66% 0.45% -
HSV(B) 279.06º 0.79% 0.74% -
XYZ 19.96 10.32 48.52 -
YUV 84.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 136 39 188 0.28 0.79 0 0.26 279.06 0.66 0.45
Hex 88 27 BC 1C 4F 0 1A 117 42 2D
Octal 210 47 274 34 117 0 32 427 102 55
Binary 10001000 100111 10111100 11100 1001111 0 11010 100010111 1000010 101101

Color Harmonies of #8827BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8827BC

Black with #8827BC

Text Example


Text Example

White with #8827BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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