Html Css Color HEX #8319BA Dark Orchid

📋 copy color: '#8319BA'

red 131 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8319BA

Tints of Dark Orchid #8319BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 38.3%
G = 7.31%
B = 54.39%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8319BA (or 0x8319BA) is known color: Dark Orchid. HEX triplet: 83, 19 and BA. RGB value is (131,25,186). Sum of RGB (Red+Green+Blue) = 131+25+186=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #8319BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319BA is #7CE645. Grayscale: #4A4A4A. Windows color (decimal): -8185414 or 12196227. OLE color: 12196227.

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

Color convert

RGB 131 25 186 -
CMYK 0.30 0.87 0 0.27
HSL 279.5º 0.76% 0.41% -
HSV(B) 279.5º 0.87% 0.73% -
XYZ 18.57 9.07 47.23 -
YUV 75.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 131 25 186 0.30 0.87 0 0.27 279.5 0.76 0.41
Hex 83 19 BA 1E 57 0 1B 118 4C 29
Octal 203 31 272 36 127 0 33 430 114 51
Binary 10000011 11001 10111010 11110 1010111 0 11011 100011000 1001100 101001

Color Harmonies of #8319BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8319BA

Black with #8319BA

Text Example


Text Example

White with #8319BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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