Html Css Color HEX #8740BF Dark Orchid

📋 copy color: '#8740BF'

red 135 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8740BF

Tints of Dark Orchid #8740BF

RGB

 RED value IS 135 (53.13% from 255) = 34.62%

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

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

R = 34.62%
G = 16.41%
B = 48.97%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8740BF (or 0x8740BF) is known color: Dark Orchid. HEX triplet: 87, 40 and BF. RGB value is (135,64,191). Sum of RGB (Red+Green+Blue) = 135+64+191=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #8740BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740BF is #78BF40. Grayscale: #636363. Windows color (decimal): -7913281 or 12533895. OLE color: 12533895.

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

Color convert

RGB 135 64 191 -
CMYK 0.29 0.66 0 0.25
HSL 273.54º 0.5% 0.5% -
HSV(B) 273.54º 0.66% 0.75% -
XYZ 21.23 12.58 50.6 -
YUV 99.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 135 64 191 0.29 0.66 0 0.25 273.54 0.5 0.5
Hex 87 40 BF 1D 42 0 19 112 32 32
Octal 207 100 277 35 102 0 31 422 62 62
Binary 10000111 1000000 10111111 11101 1000010 0 11001 100010010 110010 110010

Color Harmonies of #8740BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8740BF

Black with #8740BF

Text Example


Text Example

White with #8740BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,64,191); }

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

background-color css

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

 a { background-color: rgb(135,64,191); }

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

border-color css

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

 span { border-color: rgb(135,64,191); }

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