Html Css Color HEX #8328BE Dark Orchid

📋 copy color: '#8328BE'

red 131 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #8328BE

Tints of Dark Orchid #8328BE

RGB

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

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

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

R = 36.29%
G = 11.08%
B = 52.63%

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

#8328BE (or 0x8328BE) is known color: Dark Orchid. HEX triplet: 83, 28 and BE. RGB value is (131,40,190). Sum of RGB (Red+Green+Blue) = 131+40+190=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #8328BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328BE is #7CD741. Grayscale: #535353. Windows color (decimal): -8181570 or 12462211. OLE color: 12462211.

HSL color Cylindrical-coordinate representation of color #8328BE: hue angle of 276.4º 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 #8328BE is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 40 190 -
CMYK 0.31 0.79 0 0.25
HSL 276.4º 0.65% 0.45% -
HSV(B) 276.4º 0.79% 0.75% -
XYZ 19.41 10.06 49.63 -
YUV 84.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 131 40 190 0.31 0.79 0 0.25 276.4 0.65 0.45
Hex 83 28 BE 1F 4F 0 19 114 41 2D
Octal 203 50 276 37 117 0 31 424 101 55
Binary 10000011 101000 10111110 11111 1001111 0 11001 100010100 1000001 101101

Color Harmonies of #8328BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328BE

Black with #8328BE

Text Example


Text Example

White with #8328BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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