Html Css Color HEX #8324BE Dark Orchid

📋 copy color: '#8324BE'

red 131 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #8324BE

Tints of Dark Orchid #8324BE

RGB

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

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

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

R = 36.69%
G = 10.08%
B = 53.22%

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

#8324BE (or 0x8324BE) is known color: Dark Orchid. HEX triplet: 83, 24 and BE. RGB value is (131,36,190). Sum of RGB (Red+Green+Blue) = 131+36+190=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #8324BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324BE is #7CDB41. Grayscale: #515151. Windows color (decimal): -8182594 or 12461187. OLE color: 12461187.

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

Color convert

RGB 131 36 190 -
CMYK 0.31 0.81 0 0.25
HSL 277.01º 0.68% 0.44% -
HSV(B) 277.01º 0.81% 0.75% -
XYZ 19.29 9.8 49.59 -
YUV 81.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 131 36 190 0.31 0.81 0 0.25 277.01 0.68 0.44
Hex 83 24 BE 1F 51 0 19 115 44 2C
Octal 203 44 276 37 121 0 31 425 104 54
Binary 10000011 100100 10111110 11111 1010001 0 11001 100010101 1000100 101100

Color Harmonies of #8324BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324BE

Black with #8324BE

Text Example


Text Example

White with #8324BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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