Html Css Color HEX #8329BE Dark Orchid

📋 copy color: '#8329BE'

red 131 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #8329BE

Tints of Dark Orchid #8329BE

RGB

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

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

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

R = 36.19%
G = 11.33%
B = 52.49%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8329BE (or 0x8329BE) is known color: Dark Orchid. HEX triplet: 83, 29 and BE. RGB value is (131,41,190). Sum of RGB (Red+Green+Blue) = 131+41+190=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #8329BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329BE is #7CD641. Grayscale: #545454. Windows color (decimal): -8181314 or 12462467. OLE color: 12462467.

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

Color convert

RGB 131 41 190 -
CMYK 0.31 0.78 0 0.25
HSL 276.24º 0.65% 0.45% -
HSV(B) 276.24º 0.78% 0.75% -
XYZ 19.45 10.13 49.65 -
YUV 84.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 131 41 190 0.31 0.78 0 0.25 276.24 0.65 0.45
Hex 83 29 BE 1F 4E 0 19 114 41 2D
Octal 203 51 276 37 116 0 31 424 101 55
Binary 10000011 101001 10111110 11111 1001110 0 11001 100010100 1000001 101101

Color Harmonies of #8329BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329BE

Black with #8329BE

Text Example


Text Example

White with #8329BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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