Html Css Color HEX #8339BA Dark Orchid

📋 copy color: '#8339BA'

red 131 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #8339BA

Tints of Dark Orchid #8339BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 35.03%
G = 15.24%
B = 49.73%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8339BA (or 0x8339BA) is known color: Dark Orchid. HEX triplet: 83, 39 and BA. RGB value is (131,57,186). Sum of RGB (Red+Green+Blue) = 131+57+186=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8339BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339BA is #7CC645. Grayscale: #5D5D5D. Windows color (decimal): -8177222 or 12204419. OLE color: 12204419.

HSL color Cylindrical-coordinate representation of color #8339BA: hue angle of 274.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8339BA is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 57 186 -
CMYK 0.30 0.69 0 0.27
HSL 274.42º 0.53% 0.48% -
HSV(B) 274.42º 0.69% 0.73% -
XYZ 19.69 11.3 47.6 -
YUV 93.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 131 57 186 0.30 0.69 0 0.27 274.42 0.53 0.48
Hex 83 39 BA 1E 45 0 1B 112 35 30
Octal 203 71 272 36 105 0 33 422 65 60
Binary 10000011 111001 10111010 11110 1000101 0 11011 100010010 110101 110000

Color Harmonies of #8339BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8339BA

Black with #8339BA

Text Example


Text Example

White with #8339BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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