Html Css Color HEX #8339BF Dark Orchid

📋 copy color: '#8339BF'

red 131 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #8339BF

Tints of Dark Orchid #8339BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

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

R = 34.56%
G = 15.04%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8339BF (or 0x8339BF) is known color: Dark Orchid. HEX triplet: 83, 39 and BF. RGB value is (131,57,191). Sum of RGB (Red+Green+Blue) = 131+57+191=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #8339BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339BF is #7CC640. Grayscale: #5D5D5D. Windows color (decimal): -8177217 or 12532099. OLE color: 12532099.

HSL color Cylindrical-coordinate representation of color #8339BF: hue angle of 273.13º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8339BF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 57 191 -
CMYK 0.31 0.70 0 0.25
HSL 273.13º 0.54% 0.49% -
HSV(B) 273.13º 0.7% 0.75% -
XYZ 20.23 11.51 50.45 -
YUV 94.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 131 57 191 0.31 0.70 0 0.25 273.13 0.54 0.49
Hex 83 39 BF 1F 46 0 19 111 36 31
Octal 203 71 277 37 106 0 31 421 66 61
Binary 10000011 111001 10111111 11111 1000110 0 11001 100010001 110110 110001

Color Harmonies of #8339BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8339BF

Black with #8339BF

Text Example


Text Example

White with #8339BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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