Html Css Color HEX #8840BE Dark Orchid

📋 copy color: '#8840BE'

red 136 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #8840BE

Tints of Dark Orchid #8840BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 34.87%
G = 16.41%
B = 48.72%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8840BE (or 0x8840BE) is known color: Dark Orchid. HEX triplet: 88, 40 and BE. RGB value is (136,64,190). Sum of RGB (Red+Green+Blue) = 136+64+190=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8840BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840BE is #77BF41. Grayscale: #636363. Windows color (decimal): -7847746 or 12468360. OLE color: 12468360.

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

Color convert

RGB 136 64 190 -
CMYK 0.28 0.66 0 0.25
HSL 274.29º 0.5% 0.5% -
HSV(B) 274.29º 0.66% 0.75% -
XYZ 21.28 12.62 50.03 -
YUV 99.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 136 64 190 0.28 0.66 0 0.25 274.29 0.5 0.5
Hex 88 40 BE 1C 42 0 19 112 32 32
Octal 210 100 276 34 102 0 31 422 62 62
Binary 10001000 1000000 10111110 11100 1000010 0 11001 100010010 110010 110010

Color Harmonies of #8840BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8840BE

Black with #8840BE

Text Example


Text Example

White with #8840BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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