Html Css Color HEX #8329BF Dark Orchid

📋 copy color: '#8329BF'

red 131 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #8329BF

Tints of Dark Orchid #8329BF

RGB

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

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

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

R = 36.09%
G = 11.29%
B = 52.62%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8329BF (or 0x8329BF) is known color: Dark Orchid. HEX triplet: 83, 29 and BF. RGB value is (131,41,191). Sum of RGB (Red+Green+Blue) = 131+41+191=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #8329BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329BF is #7CD640. Grayscale: #545454. Windows color (decimal): -8181313 or 12528003. OLE color: 12528003.

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

Color convert

RGB 131 41 191 -
CMYK 0.31 0.79 0 0.25
HSL 276º 0.65% 0.45% -
HSV(B) 276º 0.79% 0.75% -
XYZ 19.56 10.17 50.22 -
YUV 85.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 131 41 191 0.31 0.79 0 0.25 276 0.65 0.45
Hex 83 29 BF 1F 4F 0 19 114 41 2D
Octal 203 51 277 37 117 0 31 424 101 55
Binary 10000011 101001 10111111 11111 1001111 0 11001 100010100 1000001 101101

Color Harmonies of #8329BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329BF

Black with #8329BF

Text Example


Text Example

White with #8329BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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