Html Css Color HEX #8328BC Dark Orchid

📋 copy color: '#8328BC'

red 131 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #8328BC

Tints of Dark Orchid #8328BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 36.49%
G = 11.14%
B = 52.37%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8328BC (or 0x8328BC) is known color: Dark Orchid. HEX triplet: 83, 28 and BC. RGB value is (131,40,188). Sum of RGB (Red+Green+Blue) = 131+40+188=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #8328BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328BC is #7CD743. Grayscale: #535353. Windows color (decimal): -8181572 or 12331139. OLE color: 12331139.

HSL color Cylindrical-coordinate representation of color #8328BC: hue angle of 276.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8328BC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 40 188 -
CMYK 0.30 0.79 0 0.26
HSL 276.89º 0.65% 0.45% -
HSV(B) 276.89º 0.79% 0.74% -
XYZ 19.2 9.97 48.49 -
YUV 84.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 131 40 188 0.30 0.79 0 0.26 276.89 0.65 0.45
Hex 83 28 BC 1E 4F 0 1A 115 41 2D
Octal 203 50 274 36 117 0 32 425 101 55
Binary 10000011 101000 10111100 11110 1001111 0 11010 100010101 1000001 101101

Color Harmonies of #8328BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328BC

Black with #8328BC

Text Example


Text Example

White with #8328BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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