Html Css Color HEX #8324C0 Dark Orchid

📋 copy color: '#8324C0'

red 131 ◦ green 36 ◦ blue 192

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

Shades of Dark Orchid #8324C0

Tints of Dark Orchid #8324C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 36.49%
G = 10.03%
B = 53.48%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8324C0 (or 0x8324C0) is known color: Dark Orchid. HEX triplet: 83, 24 and C0. RGB value is (131,36,192). Sum of RGB (Red+Green+Blue) = 131+36+192=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #8324C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324C0 is #7CDB3F. Grayscale: #515151. Windows color (decimal): -8182592 or 12592259. OLE color: 12592259.

HSL color Cylindrical-coordinate representation of color #8324C0: hue angle of 276.54º 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 #8324C0 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 36 192 -
CMYK 0.32 0.81 0 0.25
HSL 276.54º 0.68% 0.45% -
HSV(B) 276.54º 0.81% 0.75% -
XYZ 19.51 9.89 50.75 -
YUV 82.19 189.97 162.82 -
System Red Green Blue C M Y K H S L
Decimal 131 36 192 0.32 0.81 0 0.25 276.54 0.68 0.45
Hex 83 24 C0 20 51 0 19 115 44 2D
Octal 203 44 300 40 121 0 31 425 104 55
Binary 10000011 100100 11000000 100000 1010001 0 11001 100010101 1000100 101101

Color Harmonies of #8324C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324C0

Black with #8324C0

Text Example


Text Example

White with #8324C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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