Html Css Color HEX #8320BE Dark Orchid

📋 copy color: '#8320BE'

red 131 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #8320BE

Tints of Dark Orchid #8320BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 37.11%
G = 9.07%
B = 53.82%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8320BE (or 0x8320BE) is known color: Dark Orchid. HEX triplet: 83, 20 and BE. RGB value is (131,32,190). Sum of RGB (Red+Green+Blue) = 131+32+190=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #8320BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320BE is #7CDF41. Grayscale: #4F4F4F. Windows color (decimal): -8183618 or 12460163. OLE color: 12460163.

HSL color Cylindrical-coordinate representation of color #8320BE: hue angle of 277.59º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8320BE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 32 190 -
CMYK 0.31 0.83 0 0.25
HSL 277.59º 0.71% 0.44% -
HSV(B) 277.59º 0.83% 0.75% -
XYZ 19.17 9.58 49.55 -
YUV 79.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 131 32 190 0.31 0.83 0 0.25 277.59 0.71 0.44
Hex 83 20 BE 1F 53 0 19 116 47 2C
Octal 203 40 276 37 123 0 31 426 107 54
Binary 10000011 100000 10111110 11111 1010011 0 11001 100010110 1000111 101100

Color Harmonies of #8320BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320BE

Black with #8320BE

Text Example


Text Example

White with #8320BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8320BE; }

 p { color: rgb(131,32,190); }

 H1.HeaderClassName
 {
   color: #8320BE;
 }
 .AnyTagClassName
 {
   color: #8320BE;
 }
</style>

background-color css

<style>
 a { background-color: #8320BE; }

 a { background-color: rgb(131,32,190); }

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

border-color css

<style>
 span { border-color: #8320BE; }

 span { border-color: rgb(131,32,190); }

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