Html Css Color HEX #8324BF Dark Orchid

📋 copy color: '#8324BF'

red 131 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #8324BF

Tints of Dark Orchid #8324BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

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

R = 36.59%
G = 10.06%
B = 53.35%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8324BF (or 0x8324BF) is known color: Dark Orchid. HEX triplet: 83, 24 and BF. RGB value is (131,36,191). Sum of RGB (Red+Green+Blue) = 131+36+191=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #8324BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324BF is #7CDB40. Grayscale: #515151. Windows color (decimal): -8182593 or 12526723. OLE color: 12526723.

HSL color Cylindrical-coordinate representation of color #8324BF: hue angle of 276.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8324BF is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 36 191 -
CMYK 0.31 0.81 0 0.25
HSL 276.77º 0.68% 0.45% -
HSV(B) 276.77º 0.81% 0.75% -
XYZ 19.39 9.85 50.17 -
YUV 82.08 189.47 162.9 -
System Red Green Blue C M Y K H S L
Decimal 131 36 191 0.31 0.81 0 0.25 276.77 0.68 0.45
Hex 83 24 BF 1F 51 0 19 115 44 2D
Octal 203 44 277 37 121 0 31 425 104 55
Binary 10000011 100100 10111111 11111 1010001 0 11001 100010101 1000100 101101

Color Harmonies of #8324BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324BF

Black with #8324BF

Text Example


Text Example

White with #8324BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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