Html Css Color HEX #8340BF Dark Orchid

📋 copy color: '#8340BF'

red 131 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8340BF

Tints of Dark Orchid #8340BF

RGB

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

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

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

R = 33.94%
G = 16.58%
B = 49.48%

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

#8340BF (or 0x8340BF) is known color: Dark Orchid. HEX triplet: 83, 40 and BF. RGB value is (131,64,191). Sum of RGB (Red+Green+Blue) = 131+64+191=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #8340BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340BF is #7CBF40. Grayscale: #626262. Windows color (decimal): -8175425 or 12533891. OLE color: 12533891.

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

Color convert

RGB 131 64 191 -
CMYK 0.31 0.66 0 0.25
HSL 271.65º 0.5% 0.5% -
HSV(B) 271.65º 0.66% 0.75% -
XYZ 20.6 12.25 50.57 -
YUV 98.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 131 64 191 0.31 0.66 0 0.25 271.65 0.5 0.5
Hex 83 40 BF 1F 42 0 19 110 32 32
Octal 203 100 277 37 102 0 31 420 62 62
Binary 10000011 1000000 10111111 11111 1000010 0 11001 100010000 110010 110010

Color Harmonies of #8340BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340BF

Black with #8340BF

Text Example


Text Example

White with #8340BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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