Html Css Color HEX #8340BE Dark Orchid

📋 copy color: '#8340BE'

red 131 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #8340BE

Tints of Dark Orchid #8340BE

RGB

 RED value IS 131 (51.56% from 255) = 34.03%

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

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

R = 34.03%
G = 16.62%
B = 49.35%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8340BE (or 0x8340BE) is known color: Dark Orchid. HEX triplet: 83, 40 and BE. RGB value is (131,64,190). Sum of RGB (Red+Green+Blue) = 131+64+190=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #8340BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340BE is #7CBF41. Grayscale: #616161. Windows color (decimal): -8175426 or 12468355. OLE color: 12468355.

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

Color convert

RGB 131 64 190 -
CMYK 0.31 0.66 0 0.25
HSL 271.9º 0.5% 0.5% -
HSV(B) 271.9º 0.66% 0.75% -
XYZ 20.49 12.21 49.99 -
YUV 98.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 131 64 190 0.31 0.66 0 0.25 271.9 0.5 0.5
Hex 83 40 BE 1F 42 0 19 110 32 32
Octal 203 100 276 37 102 0 31 420 62 62
Binary 10000011 1000000 10111110 11111 1000010 0 11001 100010000 110010 110010

Color Harmonies of #8340BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340BE

Black with #8340BE

Text Example


Text Example

White with #8340BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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