Html Css Color HEX #8329BB Dark Orchid

📋 copy color: '#8329BB'

red 131 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #8329BB

Tints of Dark Orchid #8329BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 36.49%
G = 11.42%
B = 52.09%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8329BB (or 0x8329BB) is known color: Dark Orchid. HEX triplet: 83, 29 and BB. RGB value is (131,41,187). Sum of RGB (Red+Green+Blue) = 131+41+187=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #8329BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329BB is #7CD644. Grayscale: #545454. Windows color (decimal): -8181317 or 12265859. OLE color: 12265859.

HSL color Cylindrical-coordinate representation of color #8329BB: hue angle of 276.99º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8329BB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 41 187 -
CMYK 0.30 0.78 0 0.27
HSL 276.99º 0.64% 0.45% -
HSV(B) 276.99º 0.78% 0.73% -
XYZ 19.12 10 47.94 -
YUV 84.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 131 41 187 0.30 0.78 0 0.27 276.99 0.64 0.45
Hex 83 29 BB 1E 4E 0 1B 115 40 2D
Octal 203 51 273 36 116 0 33 425 100 55
Binary 10000011 101001 10111011 11110 1001110 0 11011 100010101 1000000 101101

Color Harmonies of #8329BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329BB

Black with #8329BB

Text Example


Text Example

White with #8329BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8329BB; }

 p { color: rgb(131,41,187); }

 H1.HeaderClassName
 {
   color: #8329BB;
 }
 .AnyTagClassName
 {
   color: #8329BB;
 }
</style>

background-color css

<style>
 a { background-color: #8329BB; }

 a { background-color: rgb(131,41,187); }

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

border-color css

<style>
 span { border-color: #8329BB; }

 span { border-color: rgb(131,41,187); }

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