Html Css Color HEX #8318BA Dark Orchid

📋 copy color: '#8318BA'

red 131 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #8318BA

Tints of Dark Orchid #8318BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 38.42%
G = 7.04%
B = 54.55%

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

#8318BA (or 0x8318BA) is known color: Dark Orchid. HEX triplet: 83, 18 and BA. RGB value is (131,24,186). Sum of RGB (Red+Green+Blue) = 131+24+186=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8318BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318BA is #7CE745. Grayscale: #494949. Windows color (decimal): -8185670 or 12195971. OLE color: 12195971.

HSL color Cylindrical-coordinate representation of color #8318BA: hue angle of 279.63º degrees, saturation: 0.77, 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 #8318BA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 24 186 -
CMYK 0.30 0.87 0 0.27
HSL 279.63º 0.77% 0.41% -
HSV(B) 279.63º 0.87% 0.73% -
XYZ 18.55 9.02 47.22 -
YUV 74.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 131 24 186 0.30 0.87 0 0.27 279.63 0.77 0.41
Hex 83 18 BA 1E 57 0 1B 118 4D 29
Octal 203 30 272 36 127 0 33 430 115 51
Binary 10000011 11000 10111010 11110 1010111 0 11011 100011000 1001101 101001

Color Harmonies of #8318BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8318BA

Black with #8318BA

Text Example


Text Example

White with #8318BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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