Html Css Color HEX #8324BD Dark Orchid

📋 copy color: '#8324BD'

red 131 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #8324BD

Tints of Dark Orchid #8324BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 36.8%
G = 10.11%
B = 53.09%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8324BD (or 0x8324BD) is known color: Dark Orchid. HEX triplet: 83, 24 and BD. RGB value is (131,36,189). Sum of RGB (Red+Green+Blue) = 131+36+189=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #8324BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324BD is #7CDB42. Grayscale: #515151. Windows color (decimal): -8182595 or 12395651. OLE color: 12395651.

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

Color convert

RGB 131 36 189 -
CMYK 0.31 0.81 0 0.26
HSL 277.25º 0.68% 0.44% -
HSV(B) 277.25º 0.81% 0.74% -
XYZ 19.18 9.76 49.02 -
YUV 81.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 131 36 189 0.31 0.81 0 0.26 277.25 0.68 0.44
Hex 83 24 BD 1F 51 0 1A 115 44 2C
Octal 203 44 275 37 121 0 32 425 104 54
Binary 10000011 100100 10111101 11111 1010001 0 11010 100010101 1000100 101100

Color Harmonies of #8324BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324BD

Black with #8324BD

Text Example


Text Example

White with #8324BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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