Html Css Color HEX #8328BA Dark Orchid

📋 copy color: '#8328BA'

red 131 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #8328BA

Tints of Dark Orchid #8328BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 36.69%
G = 11.2%
B = 52.1%

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

#8328BA (or 0x8328BA) is known color: Dark Orchid. HEX triplet: 83, 28 and BA. RGB value is (131,40,186). Sum of RGB (Red+Green+Blue) = 131+40+186=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #8328BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328BA is #7CD745. Grayscale: #535353. Windows color (decimal): -8181574 or 12200067. OLE color: 12200067.

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

Color convert

RGB 131 40 186 -
CMYK 0.30 0.78 0 0.27
HSL 277.4º 0.65% 0.44% -
HSV(B) 277.4º 0.78% 0.73% -
XYZ 18.98 9.89 47.36 -
YUV 83.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 131 40 186 0.30 0.78 0 0.27 277.4 0.65 0.44
Hex 83 28 BA 1E 4E 0 1B 115 41 2C
Octal 203 50 272 36 116 0 33 425 101 54
Binary 10000011 101000 10111010 11110 1001110 0 11011 100010101 1000001 101100

Color Harmonies of #8328BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328BA

Black with #8328BA

Text Example


Text Example

White with #8328BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8328BA; }

 p { color: rgb(131,40,186); }

 H1.HeaderClassName
 {
   color: #8328BA;
 }
 .AnyTagClassName
 {
   color: #8328BA;
 }
</style>

background-color css

<style>
 a { background-color: #8328BA; }

 a { background-color: rgb(131,40,186); }

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

border-color css

<style>
 span { border-color: #8328BA; }

 span { border-color: rgb(131,40,186); }

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