Html Css Color HEX #8818BE Dark Orchid

📋 copy color: '#8818BE'

red 136 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #8818BE

Tints of Dark Orchid #8818BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 38.86%
G = 6.86%
B = 54.29%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8818BE (or 0x8818BE) is known color: Dark Orchid. HEX triplet: 88, 18 and BE. RGB value is (136,24,190). Sum of RGB (Red+Green+Blue) = 136+24+190=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #8818BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8818BE is #77E741. Grayscale: #4B4B4B. Windows color (decimal): -7857986 or 12458120. OLE color: 12458120.

HSL color Cylindrical-coordinate representation of color #8818BE: hue angle of 280.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8818BE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 24 190 -
CMYK 0.28 0.87 0 0.25
HSL 280.48º 0.78% 0.42% -
HSV(B) 280.48º 0.87% 0.75% -
XYZ 19.77 9.61 49.53 -
YUV 76.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 136 24 190 0.28 0.87 0 0.25 280.48 0.78 0.42
Hex 88 18 BE 1C 57 0 19 118 4E 2A
Octal 210 30 276 34 127 0 31 430 116 52
Binary 10001000 11000 10111110 11100 1010111 0 11001 100011000 1001110 101010

Color Harmonies of #8818BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8818BE

Black with #8818BE

Text Example


Text Example

White with #8818BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8818BE; }

 p { color: rgb(136,24,190); }

 H1.HeaderClassName
 {
   color: #8818BE;
 }
 .AnyTagClassName
 {
   color: #8818BE;
 }
</style>

background-color css

<style>
 a { background-color: #8818BE; }

 a { background-color: rgb(136,24,190); }

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

border-color css

<style>
 span { border-color: #8818BE; }

 span { border-color: rgb(136,24,190); }

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